Skip to content

Commit fea62e6

Browse files
version bump
1 parent c688eda commit fea62e6

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.2.0
2+
3+
- Released as a C# mod and published to Thunderstore!
4+
15
# 0.0.2
26

37
- Tracking and visualizing a bunch more values, like education availability

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Should display the following stats:
2828

2929
- [Cities: Skylines 2](https://store.steampowered.com/app/949230/Cities_Skylines_II/)
3030
- [BepInEx-Unity.Mono-win-x64-6.0.0-be.674+82077ec](https://builds.bepinex.dev/projects/bepinex_be)
31-
- [HookUI 0.0.1](https://github.com/Captain-Of-Coit/hookui) or newer
31+
- [HookUI 0.3.2](https://github.com/Captain-Of-Coit/hookui) or newer
3232

3333
## Installation
3434

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.0.1",
3+
"version": "0.2.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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ containsNsfwContent = false
1111

1212
[package.dependencies]
1313
BepInEx-BepInExPack = "5.4.2100"
14-
CaptainOfCoit-HookUI = "0.3.1"
14+
CaptainOfCoit-HookUI = "0.3.2"
1515

1616
[build]
1717
icon = "./icon.png"
@@ -21,4 +21,4 @@ outdir = "./ts-build"
2121
[publish]
2222
repository = "https://thunderstore.io"
2323
communities = [ "cities-skylines-ii", ]
24-
categories = [ "mods" ]
24+
categories = [ "mods" ]

0 commit comments

Comments
 (0)