Skip to content

Commit

Permalink
fixed version number in gradle file
Browse files Browse the repository at this point in the history
  • Loading branch information
nomemory committed Dec 12, 2021
1 parent 75fd846 commit 6f92799
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSIONS
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Version 0.4.9
Version 0.4.8
--------------
- Added new MockUnit: companies()
- Added new MockUnit: nonBinaryGenders()
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ apply plugin: 'maven'
apply plugin: 'signing'

group = "net.andreinc"
version = "0.4.9"
version = "0.4.8"
archivesBaseName = "mockneat"

sourceCompatibility = 1.8
Expand Down

0 comments on commit 6f92799

Please sign in to comment.