Skip to content

Commit

Permalink
version bump (#322)
Browse files Browse the repository at this point in the history
  • Loading branch information
raphkim authored Nov 13, 2020
1 parent af76f15 commit 9e381e6
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log - AWS AppSync SDK for Android

## [Release 3.1.2](https://github.com/awslabs/aws-mobile-appsync-sdk-android/releases/tag/release_v3.1.2)

* Fixes following issues:
* [issue 279](https://github.com/awslabs/aws-mobile-appsync-sdk-android/issues/279)
* [issue 317](https://github.com/awslabs/aws-mobile-appsync-sdk-android/issues/317)

## [Release 3.1.1](https://github.com/awslabs/aws-mobile-appsync-sdk-android/releases/tag/release_v3.1.1)

* Fixes [issue 306](https://github.com/awslabs/aws-mobile-appsync-sdk-android/issues/306).
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// Generated file. Do not edit!
package com.apollographql.android
val VERSION = "3.1.1"
val VERSION = "3.1.2"
2 changes: 1 addition & 1 deletion aws-android-sdk-appsync-tests/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ org.gradle.jvmargs=-Xmx1536m
org.gradle.parallel=true

GROUP=com.amazonaws
VERSION_NAME=3.1.1-SNAPSHOT
VERSION_NAME=3.1.2-SNAPSHOT
AWS_CORE_SDK_VERSION=2.16.8

2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ org.gradle.jvmargs=-Xmx1536m
org.gradle.parallel=true

GROUP=com.amazonaws
VERSION_NAME=3.1.1
VERSION_NAME=3.1.2
AWS_CORE_SDK_VERSION=2.16.8

POM_URL=https://github.com/awslabs/aws-mobile-appsync-sdk-android
Expand Down

0 comments on commit 9e381e6

Please sign in to comment.