Skip to content

Commit

Permalink
fix version name and add a .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
tmthecoder committed Nov 28, 2020
1 parent a4a50c5 commit 6113b71
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
build/
.gradle/
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group 'com.github.tmthecoder'
version '1.0-SNAPSHOT'
version '1.0.0'

repositories {
mavenCentral()
Expand Down

0 comments on commit 6113b71

Please sign in to comment.