Skip to content

Commit

Permalink
bump version to v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
I5UCC committed Apr 13, 2024
1 parent 64d8a2a commit 777a393
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Editor/VRCMultiUploader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ public void OnEnable()

infoBox = new VisualElement();
root.Add(infoBox);
toplabel = new Label("- VRCMultiUploader v0.1.1 by I5UCC -");
toplabel = new Label("- VRCMultiUploader v0.1.2 by I5UCC -");
toplabel.style.paddingTop = 7;
toplabel.style.paddingBottom = 10;
toplabel.style.paddingLeft = 20;
Expand Down
7 changes: 7 additions & 0 deletions LICENSE.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions README.md.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.i5ucc.vrcmultiuploader",
"displayName": "VRCMultiUploader",
"version": "0.1.0",
"version": "0.1.2",
"description": "Tool for uploading Multiple VRChat Avatars at once.",
"files": [
"VRCMultiUploader.cs"
Expand Down

0 comments on commit 777a393

Please sign in to comment.