Skip to content

Commit

Permalink
Release 1.1.0 (#1521)
Browse files Browse the repository at this point in the history
  • Loading branch information
sav007 authored Aug 22, 2019
1 parent 7ae0542 commit c579d50
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 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.3-SNAPSHOT'
classpath 'com.apollographql.apollo:apollo-gradle-plugin:1.1.1-SNAPSHOT'
}
}
```
Expand All @@ -80,7 +80,7 @@ repositories {
}
dependencies {
implementation 'com.apollographql.apollo:apollo-runtime:1.0.3-SNAPSHOT'
implementation 'com.apollographql.apollo:apollo-runtime:1.1.1-SNAPSHOT'
}
```

Expand Down
1 change: 0 additions & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ echo ${YELLOW}Deploying Api ...${CLEAR}
./gradlew clean :apollo-api:bintrayUpload
echo ${YELLOW}Deploying Api - ${GREEN}Done!${CLEAR}


echo ${YELLOW}Deploying Compiler ...${CLEAR}
./gradlew clean :apollo-compiler:bintrayUpload
echo ${YELLOW}Deploying Compiler - ${GREEN}Done!${CLEAR}
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.3-SNAPSHOT
VERSION_NAME=1.1.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 : '1.0.3-SNAPSHOT',
apolloVersion : '1.1.0',
antlr4 : '4.5.3',
cacheVersion : '2.0.2',
okHttpVersion : '3.12.2',
Expand Down

0 comments on commit c579d50

Please sign in to comment.