Skip to content
This repository has been archived by the owner on Sep 11, 2023. It is now read-only.

Commit

Permalink
0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stephane-r committed Dec 17, 2020
1 parent 4f705a6 commit fe551e7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@ android {
applicationId "com.tinyiptv"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 16
versionName "0.1.14"
versionCode 17
versionName "0.2.0"
multiDexEnabled true
}
signingConfigs {
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tiny-iptv",
"version": "0.1.14",
"version": "0.2.0",
"private": true,
"scripts": {
"postversion": "RNV=android react-native-version && git push origin develop && git push --tags",
Expand Down

0 comments on commit fe551e7

Please sign in to comment.