Skip to content

Commit

Permalink
Update version to 1.0.0-beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
npurushe committed Mar 10, 2016
1 parent 757a639 commit f47ad6a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -278,9 +278,9 @@ repositories {
}
dependencies {
compile 'io.requery:requery:1.0.0-beta1'
compile 'io.requery:requery-android:1.0.0-beta1' // for android
apt 'io.requery:requery-processor:1.0.0-beta1' // use an APT plugin
compile 'io.requery:requery:1.0.0-beta2'
compile 'io.requery:requery-android:1.0.0-beta2' // for android
apt 'io.requery:requery-processor:1.0.0-beta2' // use an APT plugin
}
```

Expand Down
8 changes: 2 additions & 6 deletions build.gradle
Expand Up @@ -26,7 +26,7 @@ idea {
}
}

version = '1.0.0-beta1'
version = '1.0.0-beta2'

Properties properties = new Properties()
File localProperties = project.rootProject.file('local.properties')
Expand Down Expand Up @@ -95,8 +95,4 @@ configure([project(':requery'), project(':requery-processor'), project(':requery
}
}
}
}




}

0 comments on commit f47ad6a

Please sign in to comment.