Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
brgmnn committed Nov 21, 2023
1 parent 4f6a3a8 commit ed44673
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 @@ -12,7 +12,7 @@ namespace AutogenRundown;
[BepInDependency("Inas07-LocalProgression-1.1.5", BepInDependency.DependencyFlags.SoftDependency)]
public class Plugin : BasePlugin
{
public const string Version = "0.15.0";
public const string Version = "0.16.0";

public static ManualLogSource Logger { get; private set; } = new ManualLogSource("MyFirstPlugin");

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.15.0",
"version_number": "0.16.0",
"website_url": "https://github.com/brgmnn/autogen-rundown",
"description": "",
"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.15.0"
versionNumber = "0.16.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 ed44673

Please sign in to comment.