From 3eafacca4e1c9d3e6709927234c1aaf90d35bcc8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 07:52:49 +0000 Subject: [PATCH] feat: Update package.json to 1.2.326 Commit by [GitHub Actions](https://github.com/Cysharp/Actions/actions/runs/12388610914) --- 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 64821b38..e97f5cc9 100644 --- a/Sandbox/Directory.Build.props +++ b/Sandbox/Directory.Build.props @@ -1,5 +1,5 @@ - 1.2.325 + 1.2.326 diff --git a/Sandbox/Sandbox.Godot/addons/Foo/plugin.cfg b/Sandbox/Sandbox.Godot/addons/Foo/plugin.cfg index eba9113b..7e07e83a 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.325" +version="1.2.326" 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 784c8360..4c03e76c 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.325", + "version": "1.2.326", "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 909712ce..b60fa2cb 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.325", + "version": "1.2.326", "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 680eb6a8..642951c5 100644 --- a/Sandbox/VersionOutput/version.txt +++ b/Sandbox/VersionOutput/version.txt @@ -1 +1 @@ -1.2.325 \ No newline at end of file +1.2.326 \ No newline at end of file