Skip to content

Commit 00fc82e

Browse files
committed
update version and changelog
1 parent d6e53a1 commit 00fc82e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
## [0.13.2]
5+
6+
### Fixed
7+
- Fixed a crash when generating price overrides, due to an api incompatibility
8+
49
## [0.13.1]
510

611
### Added

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ allprojects {
2323
}
2424

2525
project.ext {
26-
sdkVersion='0.13.1'
26+
sdkVersion='0.13.2'
2727
versionCode=1
2828

2929
compileSdkVersion=28

0 commit comments

Comments
 (0)