Skip to content

Commit

Permalink
Bump version 0.36.1
Browse files Browse the repository at this point in the history
  • Loading branch information
brgmnn committed Jul 22, 2024
1 parent ab41261 commit 67b762f
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.36.0";
public const string Version = "0.36.1";

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.36.0",
"version_number": "0.36.1",
"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.36.0"
versionNumber = "0.36.1"
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 67b762f

Please sign in to comment.