Skip to content

Commit 2714999

Browse files
authored
build: Bump version to 0.30.10 (#6012)
1 parent f301b0c commit 2714999

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cactbot",
3-
"version": "0.30.9",
3+
"version": "0.30.10",
44
"license": "Apache-2.0",
55
"type": "module",
66
"types": "./types",

plugin/CactbotEventSource/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@
2121
// - Revision
2222
// GitHub has only 3 version components, so Revision should always be 0.
2323
// CactbotOverlay and CactbotEventSource version should match.
24-
[assembly: AssemblyVersion("0.30.9.0")]
25-
[assembly: AssemblyFileVersion("0.30.9.0")]
24+
[assembly: AssemblyVersion("0.30.10.0")]
25+
[assembly: AssemblyFileVersion("0.30.10.0")]

plugin/CactbotOverlay/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@
2020
// - Build Number
2121
// - Revision
2222
// GitHub has only 3 version components, so Revision should always be 0.
23-
[assembly: AssemblyVersion("0.30.9.0")]
24-
[assembly: AssemblyFileVersion("0.30.9.0")]
23+
[assembly: AssemblyVersion("0.30.10.0")]
24+
[assembly: AssemblyFileVersion("0.30.10.0")]

0 commit comments

Comments
 (0)