diff --git a/CHANGELOG.md b/CHANGELOG.md index 341bf2c8..3bdacf6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [1.3.1](https://github.com/amaurymartiny/shoot-i-smoke/compare/v1.3.0...v1.3.1) (2019-04-17) + + +### Bug Fixes + +* Possible dark video background issue fix ([#70](https://github.com/amaurymartiny/shoot-i-smoke/issues/70)) ([d948b36](https://github.com/amaurymartiny/shoot-i-smoke/commit/d948b36)) +* Use video with white background ([#65](https://github.com/amaurymartiny/shoot-i-smoke/issues/65)) ([a84263e](https://github.com/amaurymartiny/shoot-i-smoke/commit/a84263e)) +* video black screen ([#64](https://github.com/amaurymartiny/shoot-i-smoke/issues/64)) ([1aac378](https://github.com/amaurymartiny/shoot-i-smoke/commit/1aac378)) + + + # [1.3.0](https://github.com/amaurymartiny/shoot-i-smoke/compare/v1.2.1...v1.3.0) (2019-03-22) diff --git a/README.md b/README.md index 64d2f2cc..8b00c869 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ This app is bootstrapped with [Expo](https://expo.io), you can download the Expo | Release Channel | Version | Description | Url | | --------------- | ------- | --------------------------------------------------------------------------- | -------------------------------------------------------------------------- | | Production | v1.3.0 | Same version as Sh\*\*t! I Smoke on the App Store and Play Store. | `https://exp.host/@amaurymartiny/shoot-i-smoke?release-channel=production` | -| Staging | v1.3.0 | Latest version currently in development: newest features, may contain bugs. | `https://exp.host/@amaurymartiny/shoot-i-smoke` | +| Staging | v1.3.1 | Latest version currently in development: newest features, may contain bugs. | `https://exp.host/@amaurymartiny/shoot-i-smoke` | ## :hammer: Build it yourself diff --git a/app.example.json b/app.example.json index a726c3f9..4800df60 100644 --- a/app.example.json +++ b/app.example.json @@ -9,7 +9,7 @@ "icon": "assets/logos/android/playstore-icon.png", "package": "com.shitismoke.app", "permissions": ["ACCESS_FINE_LOCATION"], - "versionCode": 7 + "versionCode": 8 }, "assetBundlePatterns": ["assets/fonts/*"], "extra": { @@ -35,7 +35,7 @@ }, "icon": "assets/logos/ios/iTunesArtwork@3x.png", "ios": { - "buildNumber": "1.3.0", + "buildNumber": "1.3.1", "bundleIdentifier": "com.shitismoke.app", "config": { "googleMapsApiKey": "YOUR_KEY" @@ -55,6 +55,6 @@ "backgroundColor": "#ebe7dd", "image": "assets/logos/splash.png" }, - "version": "1.3.0" + "version": "1.3.1" } } diff --git a/package.json b/package.json index ffaeff80..aa6204b9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "shoot-i-smoke", - "version": "1.3.0", + "version": "1.3.1", "main": "node_modules/expo/AppEntry.js", "private": true, "scripts": {