Skip to content

Commit 0aa58af

Browse files
chore(master): release 1.3.0 (#54)
* chore(master): release 1.3.0 * chore: Update version header file --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent a091057 commit 0aa58af

6 files changed

Lines changed: 13 additions & 6 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.2.5"
2+
".": "1.3.0"
33
}

ScooterUtils.uplugin

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"FileVersion": 3,
3-
"Version": 1002000,
4-
"VersionName": "v1.2.0",
3+
"Version": 1003000,
4+
"VersionName": "v1.3.0",
55
"FriendlyName": "Scooter Utilities",
66
"Description": "Your Swiss Army Knife of Editor Utilities for Unreal Engine",
77
"Category": "Editor",

Source/ScooterUtils/Public/ScooterUtilsVersion.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
#define SCOOTER_UTILS_VERSION_MAJOR 1
44
#define SCOOTER_UTILS_VERSION_MINOR 3
5-
#define SCOOTER_UTILS_VERSION_PATCH 1
5+
#define SCOOTER_UTILS_VERSION_PATCH 0
66

notes/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
>[!NOTE] This file and and release versions are automatically generated by Release-Please, and adheres to Semantic Versioning.
33
44

5+
## [1.3.0](https://github.com/ScottKirvan/ScooterUtils/compare/v1.2.5...v1.3.0) (2025-10-01)
6+
7+
8+
### Miscellaneous Chores
9+
10+
* release 1.3.0 ([a091057](https://github.com/ScottKirvan/ScooterUtils/commit/a09105705e410168dd924d0ac20bed0050102eab))
11+
512
## [1.2.0](https://github.com/ScottKirvan/ScooterUtils/compare/v1.3.0...v1.2.0) (2025-10-01)
613

714

notes/VERSION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<!-- x-release-please-start-version -->
2-
version=1.2.0
2+
version=1.3.0
33
<!-- x-release-please-end -->

version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "1.3.1"
2+
"version": "1.3.0"
33
}

0 commit comments

Comments
 (0)