Skip to content

Commit

Permalink
Update version to 0.8.8
Browse files Browse the repository at this point in the history
  • Loading branch information
thecodeflayer committed Jun 25, 2020
1 parent a7f8a78 commit 73f1337
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ typings/
# Artifacts
*.aab
*.apk
*.jar

#Keystore
*.keystore
4 changes: 2 additions & 2 deletions app/App_Resources/Android/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="__PACKAGE__"
android:versionCode="10007"
android:versionName="0.8.6">
android:versionCode="10008"
android:versionName="0.8.8">

<supports-screens
android:smallScreens="true"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"nativescript": {
"id": "org.nativescript.alttptracker",
"id": "com.codeflayer.alttptracker",
"tns-android": {
"version": "6.5.0"
},
Expand All @@ -10,7 +10,7 @@
},
"description": "NativeScript Application",
"license": "SEE LICENSE IN LICENSE",
"repository": "https://github.com/attensityrjones/alttp-tracker",
"repository": "https://github.com/thecodeflayer/alttp-tracker",
"dependencies": {
"@nativescript/theme": "~2.3.0",
"nativescript-vue": "~2.4.0",
Expand Down

0 comments on commit 73f1337

Please sign in to comment.