Skip to content
This repository was archived by the owner on Feb 9, 2022. It is now read-only.

Commit e9113a6

Browse files
ExplvExplv
authored andcommitted
v3.1.1
1 parent 48b69b6 commit e9113a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>org.explv.explv_osbot_manager</groupId>
88
<artifactId>explvs_aio</artifactId>
9-
<version>v3.1.0</version>
9+
<version>v3.1.1</version>
1010
<repositories>
1111
<repository>
1212
<id>local-repo</id>

src/main/java/script/AIO.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
@ScriptManifest(author = "Explv", name = "Explv's AIO " + AIO.VERSION, info = "AIO", version = 0, logo = "http://i.imgur.com/58Zz0fb.png")
3131
public class AIO extends Script {
3232

33-
static final String VERSION = "v3.1.0";
33+
static final String VERSION = "v3.1.1";
3434

3535
private Gui gui;
3636
private Paint paint;

0 commit comments

Comments
 (0)