From e2c3a6151a6169058e3bbef0b916ae59a8ebf7b4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 14:05:18 +0000 Subject: [PATCH] feat: Update package.json to 1.2.313 Commit by [GitHub Actions](https://github.com/Cysharp/Actions/actions/runs/12277984382) --- Sandbox/Directory.Build.props | 2 +- Sandbox/Sandbox.Godot/addons/Foo/plugin.cfg | 2 +- Sandbox/Sandbox.Unity/Assets/Plugins/Foo.Plugin/package.json | 2 +- Sandbox/Sandbox.Unity/Assets/Plugins/Foo/package.json | 2 +- Sandbox/VersionOutput/version.txt | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Sandbox/Directory.Build.props b/Sandbox/Directory.Build.props index 602a29a..0b4f945 100644 --- a/Sandbox/Directory.Build.props +++ b/Sandbox/Directory.Build.props @@ -1,5 +1,5 @@ - 1.2.310 + 1.2.313 diff --git a/Sandbox/Sandbox.Godot/addons/Foo/plugin.cfg b/Sandbox/Sandbox.Godot/addons/Foo/plugin.cfg index af2b6a6..ba2a48b 100644 --- a/Sandbox/Sandbox.Godot/addons/Foo/plugin.cfg +++ b/Sandbox/Sandbox.Godot/addons/Foo/plugin.cfg @@ -3,6 +3,6 @@ name="Sandbox.Godot" description="Sample." author="Cysharp" -version="1.2.310" +version="1.2.313" language="C-sharp" script="GodotPlugin.cs" diff --git a/Sandbox/Sandbox.Unity/Assets/Plugins/Foo.Plugin/package.json b/Sandbox/Sandbox.Unity/Assets/Plugins/Foo.Plugin/package.json index f3d24cb..e0970d8 100644 --- a/Sandbox/Sandbox.Unity/Assets/Plugins/Foo.Plugin/package.json +++ b/Sandbox/Sandbox.Unity/Assets/Plugins/Foo.Plugin/package.json @@ -1,6 +1,6 @@ { "name": "com.unity.plugin.example", - "version": "1.2.310", + "version": "1.2.313", "displayName": "Package Example Plugin", "description": "This is an example package", "unity": "2019.1", diff --git a/Sandbox/Sandbox.Unity/Assets/Plugins/Foo/package.json b/Sandbox/Sandbox.Unity/Assets/Plugins/Foo/package.json index b91e42e..d456725 100644 --- a/Sandbox/Sandbox.Unity/Assets/Plugins/Foo/package.json +++ b/Sandbox/Sandbox.Unity/Assets/Plugins/Foo/package.json @@ -1,6 +1,6 @@ { "name": "com.unity.example", - "version": "1.2.310", + "version": "1.2.313", "displayName": "Package Example", "description": "This is an example package", "unity": "2019.1", diff --git a/Sandbox/VersionOutput/version.txt b/Sandbox/VersionOutput/version.txt index 335a70c..4493a5c 100644 --- a/Sandbox/VersionOutput/version.txt +++ b/Sandbox/VersionOutput/version.txt @@ -1 +1 @@ -1.2.310 \ No newline at end of file +1.2.313 \ No newline at end of file