Skip to content

Commit

Permalink
feat: Update package.json to 1.0.113
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 2, 2024
1 parent 8568695 commit 5819362
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Sandbox/Sandbox.Godot/addons/Foo/plugin.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
name="Sandbox.Godot"
description="Sample."
author="Cysharp"
version="1.0.112"
version="1.0.113"
language="C-sharp"
script="GodotPlugin.cs"
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.unity.plugin.example",
"version": "1.0.112",
"version": "1.0.113",
"displayName": "Package Example Plugin",
"description": "This is an example package",
"unity": "2019.1",
Expand Down
2 changes: 1 addition & 1 deletion Sandbox/Sandbox.Unity/Assets/Plugins/Foo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.unity.example",
"version": "1.0.112",
"version": "1.0.113",
"displayName": "Package Example",
"description": "This is an example package",
"unity": "2019.1",
Expand Down
2 changes: 1 addition & 1 deletion Sandbox/VersionOutput/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.112
1.0.113

0 comments on commit 5819362

Please sign in to comment.