Skip to content

Commit

Permalink
updated version to 1.2.13
Browse files Browse the repository at this point in the history
  • Loading branch information
kwnetzwelt committed Sep 2, 2022
1 parent d5a7b69 commit c5cdd92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Editor/UBS/UBSVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ namespace UBS
{
public static class UBSVersion
{
public static readonly System.Version version = new System.Version(1, 2, 12);
public static readonly System.Version version = new System.Version(1, 2, 13);
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Provides tooling to automate build processes inside the editor.",
"unity": "2021.3",
"name": "com.kwnetzwelt.ubs",
"version": "1.2.12",
"version": "1.2.13",
"author": {
"name": "Kai Wegner",
"email": "[email protected]",
Expand Down

0 comments on commit c5cdd92

Please sign in to comment.