Skip to content
This repository has been archived by the owner on Oct 7, 2021. It is now read-only.

Commit

Permalink
Appconfig & Update AssemblyVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian committed Aug 11, 2016
1 parent e157ec6 commit ae9a090
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/RocketBotGUI/App.config
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<!--When to use RazzBerry cp/probability-->
<add key="RazzBerrySetting" value="0.4" />
<!--Cp Mode: Use RazzBerry when Pokemon is over this value; pobability Mode: Use Razzberry when % between 0 and 1 of catching is under this value-->
<add key="TransferType" value="Duplicate" />
<add key="TransferType" value="none" />
<!--none/cp/iv/leaveStrongest/duplicate/all Whitelists/blackslists for each type is in Program.cs-->
<add key="TransferCPThreshold" value="0" />
<!--transfer pokemon with CP less than this value if cp transfer type is selected. Whitelist in Program.cs-->
Expand Down
2 changes: 1 addition & 1 deletion src/RocketBotGUI/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]

[assembly: AssemblyVersion("1.8.2.2")]
[assembly: AssemblyVersion("1.8.2.3")]
[assembly: AssemblyFileVersion("1.0.0.0")]

0 comments on commit ae9a090

Please sign in to comment.