Skip to content

Commit d66310f

Browse files
committed
version 1.4.1
1 parent 6e135d8 commit d66310f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

PdCore/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ allprojects {
2323
// These are specific to PdCore, but nexusPublishing needs them here:
2424
// https://github.com/gradle-nexus/publish-plugin/issues/84
2525
group = 'io.github.libpd.android'
26-
version = '1.4.0-SNAPSHOT'
26+
version = '1.4.1-SNAPSHOT'
2727

2828
// Create a Sonatype user token for these environment variables:
2929
// export ORG_GRADLE_PROJECT_sonatypeUsername="<tokenUsername>"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ allprojects {
4545

4646
```gradle
4747
dependencies {
48-
implementation 'io.github.libpd.android:pd-core:1.4.0-SNAPSHOT'
48+
implementation 'io.github.libpd.android:pd-core:1.4.1-SNAPSHOT'
4949
}
5050
```
5151

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ ext {
2020
compileSdk = 34
2121
androidxLegacySupportVersion = '1.0.0'
2222
ndkVersion = libs.versions.ndk.get()
23-
pdCoreVersion = '1.4.0-SNAPSHOT' // Must match version in PdCore/build.gradle
23+
pdCoreVersion = '1.4.1-SNAPSHOT' // Must match version in PdCore/build.gradle
2424
}

0 commit comments

Comments
 (0)