Skip to content

Commit

Permalink
Merge pull request #2 from amaurymartiny/master
Browse files Browse the repository at this point in the history
Merge
  • Loading branch information
lucienbl committed Apr 17, 2019
2 parents c538eba + 86919a9 commit c1d746f
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 5 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
6 changes: 3 additions & 3 deletions app.example.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand All @@ -35,7 +35,7 @@
},
"icon": "assets/logos/ios/[email protected]",
"ios": {
"buildNumber": "1.3.0",
"buildNumber": "1.3.1",
"bundleIdentifier": "com.shitismoke.app",
"config": {
"googleMapsApiKey": "YOUR_KEY"
Expand All @@ -55,6 +55,6 @@
"backgroundColor": "#ebe7dd",
"image": "assets/logos/splash.png"
},
"version": "1.3.0"
"version": "1.3.1"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit c1d746f

Please sign in to comment.