Skip to content

Commit 677d3ef

Browse files
committed
build: Bump version to 0.30.4
1 parent ac910b3 commit 677d3ef

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.3",
3+
"version": "0.30.4",
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.3.0")]
25-
[assembly: AssemblyFileVersion("0.30.3.0")]
24+
[assembly: AssemblyVersion("0.30.4.0")]
25+
[assembly: AssemblyFileVersion("0.30.4.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.3.0")]
24-
[assembly: AssemblyFileVersion("0.30.3.0")]
23+
[assembly: AssemblyVersion("0.30.4.0")]
24+
[assembly: AssemblyFileVersion("0.30.4.0")]

0 commit comments

Comments
 (0)