Skip to content

Commit 9986363

Browse files
committed
Released version 0.6.3
1 parent 11aa02b commit 9986363

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import java.util.regex.Pattern
22

33
project.ext {
4-
versionCode = '062'
5-
versionName = '0.6.2'
4+
versionCode = '063'
5+
versionName = '0.6.3'
66
archivesBaseName = project.name + '-' + project.versionName
77
}
88

944 KB
Binary file not shown.
1.02 MB
Binary file not shown.

res/xml/accessory_filter.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<resources>
33
<!-- The version is updated automatically by Gradle -->
4-
<usb-accessory manufacturer="TKJ Electronics" model="Balanduino" version="0.6.2" />
4+
<usb-accessory manufacturer="TKJ Electronics" model="Balanduino" version="0.6.3" />
55
</resources>

0 commit comments

Comments
 (0)