Skip to content

Commit ace035c

Browse files
committed
Merge branch 'main' into release/1.4.0
# Conflicts: # package-lock.json # package.json # src.csharp/Directory.Build.props # src.kotlin/alphaTab/alphaTab/build.gradle.kts # src/webpack/AlphaTabWebPackPlugin.ts # src/webpack/Utils.ts
2 parents cbfd3cf + 19293a4 commit ace035c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/update-kotlin-version.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ let version = pkg.version.match(/([0-9]+\.[0-9]+\.[0-9]+)/)[0];
1010

1111
if(process.argv.length === 3) {
1212
// update-kotlin-version.js SNAPSHOT
13-
// -> version = "1.3.0-SNAPSHOT"
13+
// -> version = "1.3.1-SNAPSHOT"
1414
version = `${version}-${process.argv[2]}`;
1515
} else if(process.argv.length === 2) {
1616
// update-kotlin-version.js
17-
// -> version = "1.3.0"
17+
// -> version = "1.3.1"
1818
}
1919

2020
console.log(`Updating Version to ${version}`);

0 commit comments

Comments
 (0)