Skip to content

Commit

Permalink
Update to next version number
Browse files Browse the repository at this point in the history
  • Loading branch information
kshoji committed Dec 4, 2023
1 parent 08b1d1a commit 553b8a2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion MIDIDriver/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ publishing {
release(MavenPublication) {
group = 'jp.kshoji'
artifactId = 'midi-driver'
version = '0.1.8'
version = '0.1.9'

afterEvaluate {
from components.release
Expand Down
2 changes: 1 addition & 1 deletion MIDIDriver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>jp.kshoji</groupId>
<artifactId>midi-driver</artifactId>
<version>0.1.8</version>
<version>0.1.9</version>
<packaging>aar</packaging>
<name>Android USB MIDI Driver Library</name>
<description>USB MIDI Driver for Android tablets(3.1 or higher)</description>
Expand Down
2 changes: 1 addition & 1 deletion MIDIDriverSample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
<dependency>
<groupId>jp.kshoji</groupId>
<artifactId>midi-driver-library</artifactId>
<version>0.1.8</version>
<version>0.1.9</version>
<type>apklib</type>
</dependency>

Expand Down

0 comments on commit 553b8a2

Please sign in to comment.