Skip to content

Commit

Permalink
Bump version to 1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
maxroehrl committed Oct 22, 2020
1 parent 7c01a3e commit c4e393b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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="10006"
android:versionName="1.0.6">
android:versionCode="10007"
android:versionName="1.0.7">

<supports-screens
android:smallScreens="true"
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": "vueddit",
"version": "1.0.6",
"version": "1.0.7",
"main": "main",
"description": "A Reddit client built with NativeScript-Vue",
"author": "Max Röhrl <max.roehrl11@gmail.com>",
Expand Down

0 comments on commit c4e393b

Please sign in to comment.