Skip to content

Commit 6113b71

Browse files
committedNov 28, 2020
fix version name and add a .gitignore
1 parent a4a50c5 commit 6113b71

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed
 

‎.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
build/
2+
.gradle/

‎build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
}
55

66
group 'com.github.tmthecoder'
7-
version '1.0-SNAPSHOT'
7+
version '1.0.0'
88

99
repositories {
1010
mavenCentral()

0 commit comments

Comments
 (0)
Please sign in to comment.