Skip to content

Commit

Permalink
Version 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JustBru00 committed Apr 9, 2024
1 parent f8b684e commit 486d2f1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ structure.sql
.project
.settings/org.eclipse.core.resources.prefs
.settings/org.eclipse.jdt.core.prefs
.settings/org.eclipse.m2e.core.prefs
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>me.makkuusen.timing.system</groupId>
<artifactId>TimingSystem</artifactId>
<version>2.2-SNAPSHOT</version>
<version>2.2</version>


<properties>
Expand Down Expand Up @@ -213,7 +213,6 @@
<version>2.11.3</version>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>com.github.Gecolay.GSit</groupId>
<artifactId>core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: TimingSystem
main: me.makkuusen.timing.system.TimingSystem
version: '2.2-SNAPSHOT'
version: '2.2'
authors: [Makkuusen, Pigalala, JustBru00, GitHub Repository Contributors]
depend: [WorldEdit]
softdepend: [HolographicDisplays, DecentHolograms, Multiverse-Core, GSit, PlaceholderAPI]
Expand Down

0 comments on commit 486d2f1

Please sign in to comment.