Skip to content

Commit

Permalink
updated version to 1.2.19
Browse files Browse the repository at this point in the history
  • Loading branch information
kwnetzwelt committed Mar 29, 2023
1 parent 88b2a82 commit f09fb2e
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, 18);
public static readonly System.Version version = new System.Version(1, 2, 19);
}
}
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.18",
"version": "1.2.19",
"author": {
"name": "Kai Wegner",
"email": "[email protected]",
Expand Down

0 comments on commit f09fb2e

Please sign in to comment.