Skip to content

Commit

Permalink
Version Up
Browse files Browse the repository at this point in the history
  • Loading branch information
manjav committed Apr 18, 2022
1 parent f8c6083 commit 1eb83f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified Assets/Cafebazaar/Core/Plugins/Android/BazaarBridge-release.aar
Binary file not shown.
4 changes: 2 additions & 2 deletions Assets/Cafebazaar/PluginVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ namespace CafeBazaar
{
public class PluginVersion
{
public const int VersionInt = 2;
public const string VersionString = "1.0.0-beta01";
public const int VersionInt = 3;
public const string VersionString = "1.0.1";
}
}

0 comments on commit 1eb83f3

Please sign in to comment.