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

Commit 566d66f

Browse files
committed
up version to 0.3.0
1 parent 64e4267 commit 566d66f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ buildscript {
2525
jcenter()
2626
}
2727
dependencies {
28-
classpath 'com.novoda:sqlite-analyzer:0.2.0'
28+
classpath 'com.novoda:sqlite-analyzer:0.3.0'
2929
}
3030
}
3131
```

analyzer/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dependencies {
2525
}
2626

2727
group = 'com.novoda'
28-
version = "0.2.0"
28+
version = '0.3.0'
2929

3030
ext {
3131
sourceCompatibility = 1.6

0 commit comments

Comments
 (0)