Skip to content

Commit ffddccd

Browse files
author
Andre Stubbe
committed
chore: revert version string back to 0.1.0 to match JitPack releases
1 parent 60cb3bb commit ffddccd

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

examples/Demo/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<dependencies>
2222
<dependency>
2323
<groupId>com.github.andrestubbe</groupId>
24-
<artifactId>fastghostmouse</artifactId>
24+
<artifactId>FastGhostMouse</artifactId>
2525
<version>0.1.0</version>
2626
</dependency>
2727
</dependencies>

pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<groupId>com.github.andrestubbe</groupId>
99
<artifactId>FastGhostMouse</artifactId>
10-
<version>v0.1.0</version>
10+
<version>0.1.0</version>
1111
<packaging>jar</packaging>
1212

1313
<name>fastghostmouse</name>
@@ -31,32 +31,32 @@
3131
<dependency>
3232
<groupId>com.github.andrestubbe</groupId>
3333
<artifactId>FastCore</artifactId>
34-
<version>v0.1.0</version>
34+
<version>0.1.0</version>
3535
</dependency>
3636
<dependency>
3737
<groupId>com.github.andrestubbe</groupId>
3838
<artifactId>FastOverlay</artifactId>
39-
<version>v0.1.0</version>
39+
<version>0.1.0</version>
4040
</dependency>
4141
<dependency>
4242
<groupId>com.github.andrestubbe</groupId>
4343
<artifactId>FastRobot</artifactId>
44-
<version>v0.1.0</version>
44+
<version>0.1.0</version>
4545
</dependency>
4646
<dependency>
4747
<groupId>com.github.andrestubbe</groupId>
4848
<artifactId>FastTheme</artifactId>
49-
<version>v0.1.0</version>
49+
<version>0.1.0</version>
5050
</dependency>
5151
<dependency>
5252
<groupId>com.github.andrestubbe</groupId>
5353
<artifactId>FastTween</artifactId>
54-
<version>v0.1.0</version>
54+
<version>0.1.0</version>
5555
</dependency>
5656
<dependency>
5757
<groupId>com.github.andrestubbe</groupId>
5858
<artifactId>FastAnimation</artifactId>
59-
<version>v0.1.0</version>
59+
<version>0.1.0</version>
6060
</dependency>
6161
</dependencies>
6262

0 commit comments

Comments
 (0)