Skip to content

Commit

Permalink
Bump Version
Browse files Browse the repository at this point in the history
  • Loading branch information
Sewer56 committed Dec 8, 2019
1 parent b3fab6a commit 253b8d2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions HeroesPowerPlant/Resources/hpp_version.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "v0.8.2",
"versionName": "v0.8.2"
"version": "v0.8.3",
"versionName": "v0.8.3"
}
4 changes: 2 additions & 2 deletions HeroesPowerPlant/Shared/IO/Config/HPPVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
public class HPPVersion
{
public string version = "v0.8.2";
public string versionName = "v0.8.2";
public string version = "v0.8.3";
public string versionName = "v0.8.3";
}
}

0 comments on commit 253b8d2

Please sign in to comment.