diff --git a/GameData/JSI/RasterPropMonitor/RasterPropMonitor.version b/GameData/JSI/RasterPropMonitor/RasterPropMonitor.version index 5b3c73a3..6d2de9b7 100644 --- a/GameData/JSI/RasterPropMonitor/RasterPropMonitor.version +++ b/GameData/JSI/RasterPropMonitor/RasterPropMonitor.version @@ -4,18 +4,18 @@ "DOWNLOAD": "https://github.com/Mihara/RasterPropMonitor/releases", "VERSION": { "MAJOR": 0, - "MINOR": 28, + "MINOR": 29, "PATCH": 0 }, "KSP_VERSION": { "MAJOR": 1, - "MINOR": 2, - "PATCH": 2 + "MINOR": 3, + "PATCH": 0 }, "KSP_VERSION_MIN": { "MAJOR": 1, - "MINOR": 2, + "MINOR": 3, "PATCH": 0 }, } diff --git a/LICENSE.md b/LICENSE.md index 45d0737c..c8500bde 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -4,7 +4,7 @@ The complete copy of the license is attached to this document. ------ SUMMARY: - RasterPropMonitor Copyright (C) 2013-2016 + RasterPropMonitor Copyright (C) 2013-2017 by Mihara (Eugene Medvedev), MOARdV, and other contributors This program comes with ABSOLUTELY NO WARRANTY! This is free software, and you are welcome to redistribute it diff --git a/RasterPropMonitor.sln b/RasterPropMonitor.sln index be202bf6..830c012f 100644 --- a/RasterPropMonitor.sln +++ b/RasterPropMonitor.sln @@ -195,6 +195,6 @@ Global $36.inheritsSet = Mono $36.inheritsScope = text/plain $36.scope = text/plain - version = 0.28.0 + version = 0.29.0 EndGlobalSection EndGlobal diff --git a/SharedAssemblyInfo.cs b/SharedAssemblyInfo.cs index 9dff1542..f117fbc2 100644 --- a/SharedAssemblyInfo.cs +++ b/SharedAssemblyInfo.cs @@ -4,7 +4,7 @@ [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct ("RasterPropMonitor")] -[assembly: AssemblyCopyright ("Copyright ©2013-2016 by Mihara, MOARdV, and other contributors, released under the terms of GNU GPLv3")] +[assembly: AssemblyCopyright ("Copyright ©2013-2017 by Mihara, MOARdV, and other contributors, released under the terms of GNU GPLv3")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -12,7 +12,7 @@ // The form "{Major}.{Minor}.*" will automatically update the build and revision, // and "{Major}.{Minor}.{Build}.*" will update just the revision. // Revision number is altered automatically. -[assembly: AssemblyVersion("0.28.1.*")] +[assembly: AssemblyVersion("0.29.0.*")] // The following attributes are used to specify the signing key for the assembly, // if desired. See the Mono documentation for more information about signing.