Skip to content

Commit

Permalink
Release/0.5.0 (#884)
Browse files Browse the repository at this point in the history
* Prepare for release 0.5.0

* Prepare next development version
  • Loading branch information
sav007 authored Apr 17, 2018
1 parent cca8ba8 commit fd63307
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,12 @@ buildscript {
maven { url 'https://oss.sonatype.org/content/repositories/snapshots/' }
}
dependencies {
classpath 'com.apollographql.apollo:apollo-gradle-plugin:0.4.5-SNAPSHOT'
classpath 'com.apollographql.apollo:apollo-gradle-plugin:0.5.1-SNAPSHOT'
}
}
dependencies {
compile 'com.apollographql.apollo:apollo-runtime:0.4.5-SNAPSHOT'
compile 'com.apollographql.apollo:apollo-runtime:0.5.1-SNAPSHOT'
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GROUP=com.apollographql.apollo
VERSION_NAME=0.4.5-SNAPSHOT
VERSION_NAME=0.5.1-SNAPSHOT

POM_URL=https://github.com/apollographql/apollo-android/
POM_SCM_URL=https://github.com/apollographql/apollo-android/
Expand Down
2 changes: 1 addition & 1 deletion gradle/dependencies.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
def versions = [
apolloVersion : '0.4.4-SNAPSHOT',
apolloVersion : '0.5.0',
cacheVersion : '2.0.2',
okHttpVersion : '3.8.1',
kotlinVersion : '1.1.2-3',
Expand Down

0 comments on commit fd63307

Please sign in to comment.