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

Commit

Permalink
0.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
stephane-r committed Jan 22, 2021
1 parent 1b34dbd commit 243cbd1
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 31
versionName "0.4.4"
versionCode 32
versionName "0.4.5"
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.4.4",
"version": "0.4.5",
"private": true,
"scripts": {
"postversion": "RNV=android react-native-version && git push origin develop && git push --tags",
Expand Down

0 comments on commit 243cbd1

Please sign in to comment.