From d71bc6553f4c8a270a6ed17551d4a75cc7572cd7 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:09 +0000 Subject: [PATCH] feat: Update package.json to 1.2.309 Commit by [GitHub Actions](https://github.com/Cysharp/Actions/actions/runs/12277984380) --- 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..b678de8 100644 --- a/Sandbox/Directory.Build.props +++ b/Sandbox/Directory.Build.props @@ -1,5 +1,5 @@ - 1.2.310 + 1.2.309 diff --git a/Sandbox/Sandbox.Godot/addons/Foo/plugin.cfg b/Sandbox/Sandbox.Godot/addons/Foo/plugin.cfg index af2b6a6..15699fb 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.309" 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..8f3253d 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.309", "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..b761225 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.309", "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..eb00650 100644 --- a/Sandbox/VersionOutput/version.txt +++ b/Sandbox/VersionOutput/version.txt @@ -1 +1 @@ -1.2.310 \ No newline at end of file +1.2.309 \ No newline at end of file