Skip to content

Commit edcf5e9

Browse files
author
Gregory Mitchell
authored
Update Version to v0.1.2
1 parent 127d718 commit edcf5e9

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
.gradle/
33
build
44
.DS_Store
5-
bin/
5+
bin/
6+
.vscode/

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ plugins {
1010
val jvm = JavaVersion.VERSION_11
1111

1212
group = "me.gamercoder215.calcgames"
13-
version = "0.1.1"
13+
version = "0.1.2"
1414

1515
java {
1616
sourceCompatibility = jvm

0 commit comments

Comments
 (0)