Skip to content
This repository has been archived by the owner on Feb 11, 2022. It is now read-only.

Commit

Permalink
up version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
devisnik committed Apr 7, 2015
1 parent 64e4267 commit 566d66f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.novoda:sqlite-analyzer:0.2.0'
classpath 'com.novoda:sqlite-analyzer:0.3.0'
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion analyzer/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies {
}

group = 'com.novoda'
version = "0.2.0"
version = '0.3.0'

ext {
sourceCompatibility = 1.6
Expand Down

0 comments on commit 566d66f

Please sign in to comment.