Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
PrashantMohta authored Jan 21, 2022
1 parent cafc070 commit 42701e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Utils/AssemblyUtils.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
namespace Satchel{
public static class AssemblyUtils{
public static string name = "Satchel";
public static string ver = "0.7.4";
public static string ver = "0.7.5";
public static string Version(){
var verStr = $"{name} v{ver}";
return verStr;
Expand Down Expand Up @@ -104,4 +104,4 @@ public static Shader GetShader(this AssetBundle bundle,string shader){
}

}
}
}

0 comments on commit 42701e4

Please sign in to comment.