Skip to content

Commit

Permalink
Bump version 0.31.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brgmnn committed Jul 14, 2024
1 parent 7e75385 commit de46ab3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion AutogenRundown/src/Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ namespace AutogenRundown;
[BepInDependency("Inas.LocalProgression", BepInDependency.DependencyFlags.SoftDependency)]
public class Plugin : BasePlugin
{
public const string Version = "0.30.0";
public const string Version = "0.31.0";

public const string Name = "the_tavern-AutogenRundown";

Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "AutogenRundown",
"version_number": "0.30.0",
"version_number": "0.31.0",
"website_url": "https://github.com/brgmnn/autogen-rundown",
"description": "Rundown generation mod for GTFO. New rundowns generated daily.",
"dependencies": [
Expand Down
2 changes: 1 addition & 1 deletion thunderstore.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ schemaVersion = "0.0.1"
[package]
namespace = "the_tavern"
name = "AutogenRundown"
versionNumber = "0.30.0"
versionNumber = "0.31.0"
description = "Rundown generation mod for GTFO. New rundowns generated daily."
websiteUrl = " https://github.com/brgmnn/autogen-rundown"
containsNsfwContent = false
Expand Down

0 comments on commit de46ab3

Please sign in to comment.