Skip to content

Commit

Permalink
v0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
arthuro555 committed Dec 29, 2020
1 parent 315c220 commit 17c0fa5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file removed Loader/webLoader/gdmodext.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion Loader/webLoader/js/injected.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const debug = true;
*/
const CDN = debug
? "http://localhost:5000/"
: "https://cdn.jsdelivr.net/gh/arthuro555/[email protected].5-preview/API/";
: "https://cdn.jsdelivr.net/gh/arthuro555/[email protected].6-preview/API/";

/**
* The localforage store containing the cached mods.
Expand Down
2 changes: 1 addition & 1 deletion Loader/webLoader/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "GDMod Patcher",
"version": "0.0.5",
"version": "0.0.6",
"description": "Patches a GDevelop game to let you install mods on them",
"author": "arthuro555",
"homepage_url": "https://github.com/arthuro555/gdmod",
Expand Down

0 comments on commit 17c0fa5

Please sign in to comment.