Skip to content

Commit

Permalink
1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kesomannen committed Dec 4, 2024
1 parent f4f979d commit af45860
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 15 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 1.2.0 (2024-12-04)

### Added

- Support for ATLYSS and Risk Of Rain Returns

## 1.1.5 (2024-11-29)

### Added
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gale",
"version": "1.1.5",
"version": "1.2.0",
"private": true,
"scripts": {
"dev": "vite dev",
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gale"
version = "1.1.5"
version = "1.2.0"
description = "A lightweight mod manager for Thunderstore"
authors = ["Kesomannen"]
license = "GPL-3.0"
Expand Down
22 changes: 11 additions & 11 deletions src-tauri/games.json
Original file line number Diff line number Diff line change
Expand Up @@ -1049,6 +1049,17 @@
}
}
},
{
"name": "Risk Of Rain Returns",
"modLoader": {
"name": "ReturnOfModding"
},
"platforms": {
"steam": {
"id": 1337520
}
}
},
{
"name": "Rogue : Genesia",
"slug": "rogue-genesia",
Expand Down Expand Up @@ -1544,16 +1555,5 @@
"id": 1620340
}
}
},
{
"name": "Risk Of Rain Returns",
"modLoader": {
"name": "ReturnOfModding"
},
"platforms": {
"steam": {
"id": 1337520
}
}
}
]
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"productName": "Gale",
"version": "1.1.5",
"version": "1.2.0",
"identifier": "com.kesomannen.gale",
"build": {
"beforeBuildCommand": "npm run build",
Expand Down
1 change: 1 addition & 0 deletions thunderstore.toml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ communities = [
"peglin",
"plasma",
"potion-craft",
"risk-of-rain-returns",
"rounds",
"rumble",
"ravenfield",
Expand Down

0 comments on commit af45860

Please sign in to comment.