Skip to content

Commit 0a9a81d

Browse files
committed
bump versions
1 parent 3aa4ba4 commit 0a9a81d

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

kscr-bytecode/kscr-bytecode.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<Nullable>enable</Nullable>
88
<IsPackable>false</IsPackable>
99
<Company>comroid</Company>
10-
<AssemblyVersion>0.3.0</AssemblyVersion>
10+
<AssemblyVersion>0.3.1</AssemblyVersion>
1111
<FileVersion>10</FileVersion>
1212
</PropertyGroup>
1313

kscr-compiler/kscr-compiler.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<RootNamespace></RootNamespace>
66
<Nullable>enable</Nullable>
77
<Company>comroid</Company>
8-
<AssemblyVersion>0.3.0</AssemblyVersion>
8+
<AssemblyVersion>0.3.1</AssemblyVersion>
99
<LangVersion>latest</LangVersion>
1010
<FileVersion>10</FileVersion>
1111
<IsPackable>false</IsPackable>

kscr-core/kscr-core.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<RootNamespace>KScr.Core</RootNamespace>
66
<Nullable>enable</Nullable>
77
<Company>comroid</Company>
8-
<AssemblyVersion>0.3.0</AssemblyVersion>
9-
<PackageVersion>0.3.0</PackageVersion>
8+
<AssemblyVersion>0.3.1</AssemblyVersion>
9+
<PackageVersion>0.3.1</PackageVersion>
1010
<LangVersion>latest</LangVersion>
1111
<FileVersion>10</FileVersion>
1212
<IsPackable>true</IsPackable>

kscr-runtime/kscr-runtime.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
<Product>kscr</Product>
1111
<Company>comroid</Company>
1212
<AssemblyTitle>KScr Runtime</AssemblyTitle>
13-
<AssemblyVersion>0.3.0</AssemblyVersion>
14-
<Version>0.3.0</Version>
13+
<AssemblyVersion>0.3.1</AssemblyVersion>
14+
<Version>0.3.1</Version>
1515
<RunPostBuildEvent>OnOutputUpdated</RunPostBuildEvent>
1616
<LangVersion>latest</LangVersion>
1717
<FileVersion>10</FileVersion>

0 commit comments

Comments
 (0)