Skip to content

Commit 71246a4

Browse files
authored
Release 0.4.3 (#746)
* Prepare for release 0.4.3 * Prepare next development version.
1 parent 1e2e101 commit 71246a4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ buildscript {
3636
maven { url 'https://oss.sonatype.org/content/repositories/snapshots/' }
3737
}
3838
dependencies {
39-
classpath 'com.apollographql.apollo:apollo-gradle-plugin:0.4.3-SNAPSHOT'
39+
classpath 'com.apollographql.apollo:apollo-gradle-plugin:0.4.4-SNAPSHOT'
4040
}
4141
}
4242
4343
dependencies {
44-
compile 'com.apollographql.apollo:apollo-runtime:0.4.3-SNAPSHOT'
44+
compile 'com.apollographql.apollo:apollo-runtime:0.4.4-SNAPSHOT'
4545
}
4646
```
4747

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
GROUP=com.apollographql.apollo
2-
VERSION_NAME=0.4.3-SNAPSHOT
2+
VERSION_NAME=0.4.4-SNAPSHOT
33

44
POM_URL=https://github.com/apollographql/apollo-android/
55
POM_SCM_URL=https://github.com/apollographql/apollo-android/

0 commit comments

Comments
 (0)