Skip to content

Commit 048e90e

Browse files
chore: dump version
1 parent 950c7b5 commit 048e90e

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

resources/dist.rc

-366 KB
Binary file not shown.

src/celemod-ui/src/api/wegfan.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ export const searchSubmission = async ({
145145
if (sort) params.set("sort", sort);
146146
if (includeExclusiveSubmissions) params.set("includeExclusiveSubmissions", includeExclusiveSubmissions.toString());
147147
const url = `https://celeste.weg.fan/api/v2/submission/search?${params.toString()}`;
148-
console.log(url);
148+
// console.log(url);
149149
return fetch(url, {
150150
headers: {
151151
'User-Agent': celemodUA

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.3
1+
0.1.0

0 commit comments

Comments
 (0)