Skip to content

Commit

Permalink
Version bump to v3.1.3 (#330)
Browse files Browse the repository at this point in the history
* fix json parse error

* chore(release): Release v3.1.3

* fix
  • Loading branch information
changxu0306 authored Feb 18, 2021
1 parent 2c70cfb commit bd84ec1
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log - AWS AppSync SDK for Android

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

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

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

* Fixes following issues:
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.2"
val VERSION = "3.1.3"
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.2-SNAPSHOT
VERSION_NAME=3.1.3-SNAPSHOT
AWS_CORE_SDK_VERSION=2.16.8

4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ org.gradle.jvmargs=-Xmx1536m
org.gradle.parallel=true

GROUP=com.amazonaws
VERSION_NAME=3.1.2
AWS_CORE_SDK_VERSION=2.16.8
VERSION_NAME=3.1.3
AWS_CORE_SDK_VERSION=2.22.1

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

0 comments on commit bd84ec1

Please sign in to comment.