Skip to content

Commit e35b41b

Browse files
authored
Merge pull request #216 from tobexyz/chore/prepareRelease
chore: prepare release
2 parents 3d30cdd + 2ae80dd commit e35b41b

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Version 5.0.1
2+
- fixed crash on startup if no network device is found
3+
- fixed problems with device lookup

yaacc/src/main/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
xmlns:tools="http://schemas.android.com/tools"
4-
android:versionCode="50000"
5-
android:versionName="5.0.0">
4+
android:versionCode="50001"
5+
android:versionName="5.0.1">
66

77
<uses-permission android:name="android.permission.INTERNET" />
88
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />

0 commit comments

Comments
 (0)