Skip to content

Commit

Permalink
build: Bump version to 0.30.8 (#5971)
Browse files Browse the repository at this point in the history
  • Loading branch information
quisquous authored Dec 1, 2023
1 parent ee9681f commit c7b1897
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cactbot",
"version": "0.30.7",
"version": "0.30.8",
"license": "Apache-2.0",
"type": "module",
"types": "./types",
Expand Down
4 changes: 2 additions & 2 deletions plugin/CactbotEventSource/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@
// - Revision
// GitHub has only 3 version components, so Revision should always be 0.
// CactbotOverlay and CactbotEventSource version should match.
[assembly: AssemblyVersion("0.30.7.0")]
[assembly: AssemblyFileVersion("0.30.7.0")]
[assembly: AssemblyVersion("0.30.8.0")]
[assembly: AssemblyFileVersion("0.30.8.0")]
4 changes: 2 additions & 2 deletions plugin/CactbotOverlay/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@
// - Build Number
// - Revision
// GitHub has only 3 version components, so Revision should always be 0.
[assembly: AssemblyVersion("0.30.7.0")]
[assembly: AssemblyFileVersion("0.30.7.0")]
[assembly: AssemblyVersion("0.30.8.0")]
[assembly: AssemblyFileVersion("0.30.8.0")]

0 comments on commit c7b1897

Please sign in to comment.