Skip to content

Commit

Permalink
Bump up library version
Browse files Browse the repository at this point in the history
  • Loading branch information
kejunxia committed Jan 23, 2016
1 parent 3056c83 commit bcb00b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ ext {
gitUrl = 'https://github.com/kejunxia/AndroidMvc.git' // Git repository URL
version = [
major: 2,
minor: 0,
patch : 1
minor: 1,
patch : 0
]
libGroup = 'com.shipdream'
libVersion = "${version.major}.${version.minor}.${version.patch}"
Expand Down

0 comments on commit bcb00b3

Please sign in to comment.