Skip to content

Commit 2540cac

Browse files
chore(release): v1.4.0 - Sep 17, 2018, 8:35 AM [skip ci]
# [1.4.0](v1.3.0...v1.4.0) (2018-09-17) ### Bug Fixes * **review:** android transluscent statusbar fix ([f9b6a02](f9b6a02)) ### Features * **api:** add retry capability to the API service ([1b8c671](1b8c671))
1 parent 1b8c671 commit 2540cac

3 files changed

Lines changed: 15 additions & 3 deletions

File tree

docs/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [1.4.0](https://github.com/akhenda/WAPI/compare/v1.3.0...v1.4.0) (2018-09-17)
2+
3+
4+
### Bug Fixes
5+
6+
* **review:** android transluscent statusbar fix ([f9b6a02](https://github.com/akhenda/WAPI/commit/f9b6a02))
7+
8+
9+
### Features
10+
11+
* **api:** add retry capability to the API service ([1b8c671](https://github.com/akhenda/WAPI/commit/1b8c671))
12+
113
# [1.3.0](https://github.com/akhenda/WAPI/compare/v1.2.3...v1.3.0) (2018-09-15)
214

315

ios/WAPI/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>1.3.0</string>
20+
<string>1.4.0</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
24-
<string>24</string>
24+
<string>25</string>
2525
<key>LSRequiresIPhoneOS</key>
2626
<true/>
2727
<key>NSAppTransportSecurity</key>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "WAPI",
3-
"version": "1.3.0",
3+
"version": "1.4.0",
44
"private": true,
55
"scripts": {
66
"gc": "git add . && git-cz",

0 commit comments

Comments
 (0)