Skip to content

Commit aa3b1ee

Browse files
committed
chore: Bump version to 1.4.2
1 parent 9368007 commit aa3b1ee

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coderline/alphatab",
3-
"version": "1.4.1",
3+
"version": "1.4.2",
44
"description": "alphaTab is a music notation and guitar tablature rendering library",
55
"keywords": [
66
"guitar",

src.csharp/Directory.Build.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
<PropertyGroup>
33
<DebugType>portable</DebugType>
44
<DebugSymbols>true</DebugSymbols>
5-
<Version>1.4.0</Version>
6-
<AssemblyVersion>1.4.0.0</AssemblyVersion>
5+
<Version>1.4.2</Version>
6+
<AssemblyVersion>1.4.2.0</AssemblyVersion>
77
<FileVersion>$(AssemblyVersion)</FileVersion>
88
<Authors>Danielku15</Authors>
99
<Company>CoderLine</Company>
1010
<Product>AlphaTab</Product>
1111
<NeutralLanguage>en</NeutralLanguage>
1212
<Description>alphaTab is a cross platform music notation and guitar tablature rendering library.</Description>
13-
<Copyright>Copyright © 2022, Daniel Kuschny and Contributors</Copyright>
13+
<Copyright>Copyright © 2025, Daniel Kuschny and Contributors</Copyright>
1414
<PackageLicenseExpression>MPL-2.0</PackageLicenseExpression>
1515
<PackageProjectUrl>https://www.alphatab.net</PackageProjectUrl>
1616
<RepositoryUrl>https://github.com/CoderLine/alphaTab</RepositoryUrl>

src.kotlin/alphaTab/android/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ var libAuthorId = "danielku15"
3939
var libAuthorName = "Daniel Kuschny"
4040
var libOrgUrl = "https://github.com/coderline"
4141
var libCompany = "CoderLine"
42-
var libVersion = "1.4.0-SNAPSHOT"
42+
var libVersion = "1.4.2-SNAPSHOT"
4343
var libProjectUrl = "https://github.com/CoderLine/alphaTab"
4444
var libGitUrlHttp = "https://github.com/CoderLine/alphaTab.git"
4545
var libGitUrlGit = "scm:git:git://github.com/CoderLine/alphaTab.git"

0 commit comments

Comments
 (0)