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

Commit 9745749

Browse files
ExplvExplv
authored andcommitted
Version 1.10.9
1 parent 147c090 commit 9745749

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

AIO/src/org/aio/script/AIO.java

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

32-
static final String VERSION = "v1.10.8";
32+
static final String VERSION = "v1.10.9";
3333

3434
private Gui gui;
3535
private Paint paint;

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [1.10.9] - 2019-01-26
2+
3+
- @RealPoke Fixed item smithing (was previously withdrawing ores instead of bars)
4+
15
## [1.10.8] - 2019-01-23
26

37
- Use semantic versioning

0 commit comments

Comments
 (0)