Skip to content

Commit

Permalink
Bump version to 1.3
Browse files Browse the repository at this point in the history
Signed-off-by: Jadon Fowler <[email protected]>
  • Loading branch information
phase committed Oct 22, 2017
1 parent 5ff6a79 commit e883080
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/xyz/jadonfowler/sbhs/SBHS.kt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import javax.swing.*
* @author https://github.com/phase
*/
object SBHS {
val VERSION = "1.2.2"
val VERSION = "1.3"
var gameLocation = ""
var raf: RandomAccessFile = // Start with null file
if (System.getProperty("os.name").toLowerCase().contains("win"))
Expand Down

0 comments on commit e883080

Please sign in to comment.