Skip to content

Commit

Permalink
bump version to 3.2.15
Browse files Browse the repository at this point in the history
  • Loading branch information
ureishi committed Nov 9, 2024
1 parent 0f57717 commit d9873a4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Assets/QvPen/Runtime/UdonScript/QvPen_Pen.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace QvPen.UdonScript
[UdonBehaviourSyncMode(BehaviourSyncMode.NoVariableSync)]
public class QvPen_Pen : UdonSharpBehaviour
{
public const string _version = "v3.2.14";
public const string _version = "v3.2.15";

#region Field

Expand Down
4 changes: 2 additions & 2 deletions Assets/QvPen/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "net.ureishi.qvpen",
"displayName": "QvPen",
"version": "3.2.14",
"version": "3.2.15",
"unity": "2019.4",
"description": "VRChat World Pen.",
"url": "https://github.com/ureishi/QvPen/releases/download/v3.2.14/net.ureishi.qvpen-3.2.14.zip",
"url": "https://github.com/ureishi/QvPen/releases/download/v3.2.15/net.ureishi.qvpen-3.2.15.zip",
"vpmDependencies": {
"com.vrchat.worlds": "^3.4.0"
},
Expand Down
Binary file modified Assets/QvPen/version.txt
Binary file not shown.

0 comments on commit d9873a4

Please sign in to comment.