Skip to content

Commit

Permalink
Bump theme manager's verison.
Browse files Browse the repository at this point in the history
  • Loading branch information
KhloeLeclair committed Nov 17, 2022
1 parent cec9f09 commit 2d9842c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ThemeManager/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 0.1.0
## 0.1.1
Released on ???.

* Initial release.
2 changes: 1 addition & 1 deletion ThemeManager/ThemeManager.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<AssemblyName>ThemeManager</AssemblyName>
<Version>0.1.0</Version>
<Version>0.1.1</Version>
<RootNamespace>Leclair.Stardew.ThemeManager</RootNamespace>

<EnableHarmony>true</EnableHarmony>
Expand Down
2 changes: 1 addition & 1 deletion ThemeManager/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"Name": "Theme Manager",
"Author": "Khloe Leclair",
"Version": "0.1.0-Debug",
"Version": "0.1.1-Debug",
"Description": "Provides a framework for UI theme support in mods, as well as enhanced UI theme support for the base game.",
"UniqueID": "leclair.thememanager",
"EntryDll": "ThemeManager.dll",
Expand Down

0 comments on commit 2d9842c

Please sign in to comment.