Skip to content

Commit

Permalink
Release 0.4.4 (#813)
Browse files Browse the repository at this point in the history
* Prepare for release 0.4.4

* Prepare next development version
  • Loading branch information
sav007 authored Jan 31, 2018
1 parent dee494f commit e49f55f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ buildscript {
maven { url 'https://oss.sonatype.org/content/repositories/snapshots/' }
}
dependencies {
classpath 'com.apollographql.apollo:apollo-gradle-plugin:0.4.4-SNAPSHOT'
classpath 'com.apollographql.apollo:apollo-gradle-plugin:0.4.5-SNAPSHOT'
}
}
dependencies {
compile 'com.apollographql.apollo:apollo-runtime:0.4.4-SNAPSHOT'
compile 'com.apollographql.apollo:apollo-runtime:0.4.5-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.4-SNAPSHOT
VERSION_NAME=0.4.5-SNAPSHOT

POM_URL=https://github.com/apollographql/apollo-android/
POM_SCM_URL=https://github.com/apollographql/apollo-android/
Expand Down

0 comments on commit e49f55f

Please sign in to comment.