Skip to content

Commit

Permalink
1.1.2 Release (#1569)
Browse files Browse the repository at this point in the history
Bump next dev release to 1.2.0-SNAPSHOT as we expect major changes towards MPP support.
  • Loading branch information
sav007 authored Sep 2, 2019
1 parent c955ee0 commit e627fc0
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 @@ -69,7 +69,7 @@ buildscript {
maven { url 'https://oss.sonatype.org/content/repositories/snapshots/' }
}
dependencies {
classpath 'com.apollographql.apollo:apollo-gradle-plugin:1.1.2-SNAPSHOT'
classpath 'com.apollographql.apollo:apollo-gradle-plugin:1.2.0-SNAPSHOT'
}
}
```
Expand All @@ -81,7 +81,7 @@ repositories {
}
dependencies {
implementation 'com.apollographql.apollo:apollo-runtime:1.1.2-SNAPSHOT'
implementation 'com.apollographql.apollo:apollo-runtime:1.2.0-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.1.2-SNAPSHOT
VERSION_NAME=1.2.0-SNAPSHOT

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

0 comments on commit e627fc0

Please sign in to comment.