Skip to content

Commit

Permalink
feat: Update package.json to 1.0.127
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 30, 2024
1 parent 678e990 commit d7c908c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Sandbox/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<Project>
<PropertyGroup>
<VersionPrefix>1.0.126</VersionPrefix>
<VersionPrefix>1.0.127</VersionPrefix>
</PropertyGroup>
</Project>
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.126"
version="1.0.127"
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.126",
"version": "1.0.127",
"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.126",
"version": "1.0.127",
"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.126
1.0.127

0 comments on commit d7c908c

Please sign in to comment.