Skip to content

Commit 4ff59b1

Browse files
version bump
1 parent 0c1d391 commit 4ff59b1

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.3.0
2+
3+
- Settings page now available for toggling meters on/off!
4+
15
# 0.2.0
26

37
- Released as a C# mod and published to Thunderstore!

CityMonitor.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<AssemblyName>CityMonitor</AssemblyName>
1313
<RootNamespace>CityMonitor</RootNamespace>
1414
<Description>A little panel with the most important metrics of your city without having to browse around</Description>
15-
<Version>0.2.0</Version>
15+
<Version>0.3.0</Version>
1616
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
1717
<LangVersion>latest</LangVersion>
1818
<RestoreAdditionalProjectSources>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "city-monitor",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "Displays a little window so you can see the most important details of your city without having to open up any panels manually.",
55
"main": "build.mjs",
66
"scripts": {

thunderstore.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ schemaVersion = "0.0.1"
44
[package]
55
namespace = "CaptainOfCoit"
66
name = "CityMonitor"
7-
versionNumber = "0.2.0"
7+
versionNumber = "0.3.0"
88
description = "A little panel with the most important metrics of your city without having to browse around"
99
websiteUrl = "https://thunderstore.io"
1010
containsNsfwContent = false

0 commit comments

Comments
 (0)