Skip to content

Commit

Permalink
bump build version to accomodate #224
Browse files Browse the repository at this point in the history
  • Loading branch information
serggl committed Jan 1, 2017
1 parent 6044c6d commit 0234dff
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.0.38 (1/1/2017)

#### Bug Fixes

* [#224](https://github.com/anjlab/android-inapp-billing-v3/pull/224): Minor type for the function isOneTimePurchaseSupported() - [@omerfarukyilmaz](https://github.com/omerfarukyilmaz).

## 1.0.37 (12/24/2016)

#### Features
Expand Down
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply plugin: 'maven'
apply plugin: 'signing'

group 'com.anjlab.android.iab.v3'
version '1.0.37'
version '1.0.38'

android {
compileSdkVersion 23
Expand Down
Binary file modified sample/libs/anjlab-iabv3-current.jar
Binary file not shown.

0 comments on commit 0234dff

Please sign in to comment.