Skip to content

Commit a703032

Browse files
committed
v0.4.0
1 parent 23dd90e commit a703032

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

GridExtra.Uwp/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
// You can specify all the values or you can default the Build and Revision Numbers
2525
// by using the '*' as shown below:
2626
// [assembly: AssemblyVersion("1.0.*")]
27-
[assembly: AssemblyVersion("0.3.0.0")]
28-
[assembly: AssemblyFileVersion("0.3.0.0")]
27+
[assembly: AssemblyVersion("0.4.0.0")]
28+
[assembly: AssemblyFileVersion("0.4.0.0")]
2929
[assembly: ComVisible(false)]

GridExtra.Wpf/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,5 @@
5151
// すべての値を指定するか、下のように '*' を使ってビルドおよびリビジョン番号を
5252
// 既定値にすることができます:
5353
// [assembly: AssemblyVersion("1.0.*")]
54-
[assembly: AssemblyVersion("0.3.0.0")]
55-
[assembly: AssemblyFileVersion("0.3.0.0")]
54+
[assembly: AssemblyVersion("0.4.0.0")]
55+
[assembly: AssemblyFileVersion("0.4.0.0")]

Nuget/GridExtra.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
33
<metadata>
44
<id>GridExtra</id>
5-
<version>0.3.0</version>
5+
<version>0.4.0</version>
66
<title>GridExtra</title>
77
<authors>SourceChord</authors>
88
<owners>SourceChord</owners>

0 commit comments

Comments
 (0)