Skip to content

Commit

Permalink
Release Version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JustBru00 committed Jan 13, 2024
1 parent 9cbf552 commit e870ed7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions dependency-reduced-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.frosthex</groupId>
<artifactId>timingsystem.restapi</artifactId>
<name>timingsystem.restapi</name>
<version>1.0</version>
<version>1.0.1</version>
<url>http://maven.apache.org</url>
<build>
<sourceDirectory>src</sourceDirectory>
Expand Down Expand Up @@ -52,7 +52,7 @@
<dependency>
<groupId>com.github.Makkuusen</groupId>
<artifactId>TimingSystem</artifactId>
<version>2.0</version>
<version>2.0.4</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 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>com.frosthex</groupId>
<artifactId>timingsystem.restapi</artifactId>
<version>1.0</version>
<version>1.0.1</version>
<packaging>jar</packaging>
<name>timingsystem.restapi</name>
<url>http://maven.apache.org</url>
Expand Down Expand Up @@ -47,7 +47,7 @@
<dependency>
<groupId>com.github.Makkuusen</groupId>
<artifactId>TimingSystem</artifactId>
<version>2.0</version>
<version>2.0.4</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion src/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: TimingSystemRESTApi
version: 1.0
version: 1.0.1
authors: [Justin Brubaker (JustBru00)]
softdepend: [TimingSystem]
main: com.frosthex.timingsystem.restapi.TimingSystemRESTApiPlugin
Expand Down

0 comments on commit e870ed7

Please sign in to comment.