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 May 6, 2024
1 parent f73b9e3 commit f80b0fb
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 @@ -84,7 +84,7 @@ publishing {
release(MavenPublication) {
group = 'jp.kshoji'
artifactId = 'midi-driver'
version = '0.1.12'
version = '0.1.13'

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.12</version>
<version>0.1.13</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.12</version>
<version>0.1.13</version>
<type>apklib</type>
</dependency>

Expand Down

0 comments on commit f80b0fb

Please sign in to comment.