Skip to content

Commit f391fc6

Browse files
committed
Bump to 1.0.1
Just because NuGet and NPM don't allow deleting/re-publishing packages.
1 parent 6b400d6 commit f391fc6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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.0.0",
3+
"version": "1.0.1",
44
"description": "alphaTab is a music notation and guitar tablature rendering library",
55
"keywords": [
66
"guitar",

src.csharp/Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<PropertyGroup>
33
<DebugType>portable</DebugType>
44
<DebugSymbols>true</DebugSymbols>
5-
<Version>1.0.0</Version>
6-
<AssemblyVersion>1.0.0.0</AssemblyVersion>
5+
<Version>1.0.1</Version>
6+
<AssemblyVersion>1.0.1.0</AssemblyVersion>
77
<FileVersion>$(AssemblyVersion)</FileVersion>
88
<Authors>Danielku15</Authors>
99
<Company>CoderLine</Company>

0 commit comments

Comments
 (0)