Skip to content

Commit

Permalink
Release 57
Browse files Browse the repository at this point in the history
  • Loading branch information
Plenyx committed Mar 28, 2020
1 parent 44b0088 commit 4d852cf
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions App.config
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
<value>True</value>
</setting>
<setting name="SavedVersion" serializeAs="String">
<value>56</value>
<value>57</value>
</setting>
<setting name="ArcAutoUpdate" serializeAs="String">
<value>False</value>
Expand All @@ -123,7 +123,7 @@
<applicationSettings>
<PlenBotLogUploader.Properties.Settings>
<setting name="ReleaseVersion" serializeAs="String">
<value>56</value>
<value>57</value>
</setting>
</PlenBotLogUploader.Properties.Settings>
</applicationSettings>
Expand Down
6 changes: 3 additions & 3 deletions Properties/Settings.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Properties/Settings.settings
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,10 @@
<Value Profile="(Default)">True</Value>
</Setting>
<Setting Name="ReleaseVersion" Type="System.Int32" Scope="Application">
<Value Profile="(Default)">56</Value>
<Value Profile="(Default)">57</Value>
</Setting>
<Setting Name="SavedVersion" Type="System.Int32" Scope="User">
<Value Profile="(Default)">56</Value>
<Value Profile="(Default)">57</Value>
</Setting>
<Setting Name="ArcAutoUpdate" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">False</Value>
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
56
57

0 comments on commit 4d852cf

Please sign in to comment.