Skip to content

Commit

Permalink
Release 1.0.1 (#1404)
Browse files Browse the repository at this point in the history
  • Loading branch information
sav007 authored Jul 1, 2019
1 parent 8e31776 commit 6562102
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 @@ -68,7 +68,7 @@ buildscript {
maven { url 'https://oss.sonatype.org/content/repositories/snapshots/' }
}
dependencies {
classpath 'com.apollographql.apollo:apollo-gradle-plugin:1.0.1-SNAPSHOT'
classpath 'com.apollographql.apollo:apollo-gradle-plugin:1.0.2-SNAPSHOT'
}
}
```
Expand All @@ -80,7 +80,7 @@ repositories {
}
dependencies {
implementation 'com.apollographql.apollo:apollo-runtime:1.0.1-SNAPSHOT'
implementation 'com.apollographql.apollo:apollo-runtime:1.0.2-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=1.0.1-SNAPSHOT
VERSION_NAME=1.0.2-SNAPSHOT

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

0 comments on commit 6562102

Please sign in to comment.