Skip to content

Commit a94e7b9

Browse files
committed
Bumb version
1 parent 72ffa21 commit a94e7b9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Loader/gdmodext/js/injected.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ const debug = false;
1111
/**
1212
* The CDN to fetch the GDAPI files from
1313
*/
14-
//const CDN = "https://cdn.jsdelivr.net/gh/arthuro555/gdmod@0.0.2-preview/API/";
15-
const CDN = "http://localhost:5000/";
14+
const CDN = "https://cdn.jsdelivr.net/gh/arthuro555/gdmod@0.0.3-preview/API/";
15+
//const CDN = "http://localhost:5000/";
1616

1717
/**
1818
* Flag telling if that page got patched already.

Loader/gdmodext/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 2,
33
"name": "GDMod Patcher",
4-
"version": "0.0.3",
4+
"version": "0.0.4",
55
"description": "Patches a GDevelop game to let you install mods on them",
66
"author": "arthuro555",
77
"homepage_url": "https://github.com/arthuro555/gdmod",

0 commit comments

Comments
 (0)