We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b400d6 commit f391fc6Copy full SHA for f391fc6
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@coderline/alphatab",
3
- "version": "1.0.0",
+ "version": "1.0.1",
4
"description": "alphaTab is a music notation and guitar tablature rendering library",
5
"keywords": [
6
"guitar",
src.csharp/Directory.Build.props
@@ -2,8 +2,8 @@
<PropertyGroup>
<DebugType>portable</DebugType>
<DebugSymbols>true</DebugSymbols>
- <Version>1.0.0</Version>
- <AssemblyVersion>1.0.0.0</AssemblyVersion>
+ <Version>1.0.1</Version>
+ <AssemblyVersion>1.0.1.0</AssemblyVersion>
7
<FileVersion>$(AssemblyVersion)</FileVersion>
8
<Authors>Danielku15</Authors>
9
<Company>CoderLine</Company>
0 commit comments