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 cb1a0d7 commit c6bb469Copy full SHA for c6bb469
Source/Properties/AssemblyInfo.cs
@@ -32,10 +32,10 @@
32
// You can specify all the values or you can default the Build and Revision Numbers
33
// by using the '*' as shown below:
34
// [assembly: AssemblyVersion("1.0.*")]
35
-[assembly: AssemblyVersion("0.2.1")]
36
-[assembly: AssemblyFileVersion("0.2.1")]
+[assembly: AssemblyVersion("0.3.0")]
+[assembly: AssemblyFileVersion("0.3.0")]
37
38
[assembly: KSPAssembly(name: "KSPCommunityPartModules"
39
, versionMajor: 0
40
- , versionMinor: 2
41
- , versionRevision: 1)]
+ , versionMinor: 3
+ , versionRevision: 0)]
0 commit comments