Skip to content

Commit

Permalink
build: release bump 0.32.8 (#389)
Browse files Browse the repository at this point in the history
If #386 is ready before the servers come up, that could be included as
well.

includes:
- more Savage
- Strayborough Deadwalk
- Worqor Lar Dor normal
- A-rank Hunts
- more i18n
  • Loading branch information
xiashtra authored Aug 27, 2024
1 parent a74e777 commit d08f377
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cactbot",
"version": "0.32.7",
"releaseSummary": "more savage, i18n",
"version": "0.32.8",
"releaseSummary": "more Savage, Strayborough Deadwalk, Worqor Lar Dor normal, A-rank Hunts, more i18n",
"releaseInDraft": "true",
"license": "Apache-2.0",
"type": "module",
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.32.7.0")]
[assembly: AssemblyFileVersion("0.32.7.0")]
[assembly: AssemblyVersion("0.32.8.0")]
[assembly: AssemblyFileVersion("0.32.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.32.7.0")]
[assembly: AssemblyFileVersion("0.32.7.0")]
[assembly: AssemblyVersion("0.32.8.0")]
[assembly: AssemblyFileVersion("0.32.8.0")]

0 comments on commit d08f377

Please sign in to comment.