Skip to content

Commit 3bf023e

Browse files
committed
chg: pre-release v1.1
1 parent a4e68c6 commit 3bf023e

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

ChameleonMiniGUI/ChameleonMiniGUI.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
<SuiteName>The rebooted suite</SuiteName>
3333
<CreateWebPageOnPublish>true</CreateWebPageOnPublish>
3434
<WebPage>publish.htm</WebPage>
35-
<ApplicationRevision>26</ApplicationRevision>
36-
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
35+
<ApplicationRevision>1</ApplicationRevision>
36+
<ApplicationVersion>1.1.0.%2a</ApplicationVersion>
3737
<UseApplicationTrust>false</UseApplicationTrust>
3838
<CreateDesktopShortcut>true</CreateDesktopShortcut>
3939
<PublishWizardCompleted>true</PublishWizardCompleted>

ChameleonMiniGUI/FrmMain.Designer.cs

+5-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ChameleonMiniGUI/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.0.0.26")]
36-
[assembly: AssemblyFileVersion("1.0.0.26")]
35+
[assembly: AssemblyVersion("1.1.0.1")]
36+
[assembly: AssemblyFileVersion("1.1.0.1")]

0 commit comments

Comments
 (0)