Skip to content

Commit

Permalink
version update 0.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
nomemory committed Apr 14, 2021
1 parent a72c4b8 commit f063f76
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
13 changes: 5 additions & 8 deletions VERSIONS
Original file line number Diff line number Diff line change
@@ -1,17 +1,14 @@
Version 0.4.8
-------------
- Added new MockUnit: addresses()
- Added new MockUnit: cities().capitalsAfrica()
- Added new MockUnit: cities().capitalsAsia()
- Added new MockUnit: cities().capitalsAmerica()
- Added new MockUnit: cities().capitalsAustraliaAndOceania()

Version 0.4.7
--------------
- Added logos for the library
- Added new functionality to the SQLTable class:
- Deleting rows;
- Overloaded the update functions to simplify the API.
- Added new MockUnit: addresses()
- Added new MockUnit: cities().capitalsAfrica()
- Added new MockUnit: cities().capitalsAsia()
- Added new MockUnit: cities().capitalsAmerica()
- Added new MockUnit: cities().capitalsAustraliaAndOceania()

Version 0.4.6
-------------
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.6"
version = "0.4."
archivesBaseName = "mockneat"

sourceCompatibility = 1.8
Expand Down

0 comments on commit f063f76

Please sign in to comment.