Skip to content

Commit

Permalink
build: Bump version to 0.32.1 (#193)
Browse files Browse the repository at this point in the history
Pushing ex1 support out. Releasing in draft so the release notes can be
edited to (a) note that ex2 is next, followed by other content, and (b)
include a link to the content coverage page. Hopefully this should quell
some of the questions in the ACT discord about DT content support...
  • Loading branch information
wexxlee authored Jul 4, 2024
1 parent 1a2bb8e commit c840bef
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 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.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "cactbot",
"version": "0.32.0",
"releaseSummary": "initial 7.0 (DT) support",
"releaseInDraft": "false",
"version": "0.32.1",
"releaseSummary": "ex1 timeline + triggers",
"releaseInDraft": "true",
"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.32.0.0")]
[assembly: AssemblyFileVersion("0.32.0.0")]
[assembly: AssemblyVersion("0.32.1.0")]
[assembly: AssemblyFileVersion("0.32.1.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.0.0")]
[assembly: AssemblyFileVersion("0.32.0.0")]
[assembly: AssemblyVersion("0.32.1.0")]
[assembly: AssemblyFileVersion("0.32.1.0")]

0 comments on commit c840bef

Please sign in to comment.