Skip to content

Commit

Permalink
target new endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
ToniMacaroni committed Jan 29, 2024
1 parent 59463a8 commit 5f9a32b
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 7 deletions.
4 changes: 0 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +0,0 @@
- Fix malformed manifest.json files resulting in infinite mod loading
- Add more utilities to main screen
- Embed redloader logo in executable for faster loading and offline use
- Some visual improvements
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "RedModManager",
"private": true,
"version": "1.1.4",
"version": "1.1.5",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
Binary file modified src-tauri/icons/logo_icon.ico
Binary file not shown.
Binary file removed src-tauri/icons/logo_img.png
Binary file not shown.
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"package": {
"productName": "RedModManager",
"version": "1.1.4"
"version": "1.1.5"
},
"tauri": {
"allowlist": {
Expand Down
2 changes: 1 addition & 1 deletion src/lib/mods.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export enum Sorting {
newest = "newest",
}

const ENDPOINT = "https://api.sotf-mods.com/api/";
const ENDPOINT = "https://sotf-mods.com/api/";

export class ModDatabase {

Expand Down

0 comments on commit 5f9a32b

Please sign in to comment.