Skip to content

Commit f0eae70

Browse files
authored
Merge pull request #116 from krypciak/master
Update CCModManager to v1.0.2
2 parents 3b5aa04 + 2204e93 commit f0eae70

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

assets/mods/ccmodmanager.ccmod

483 Bytes
Binary file not shown.

ccloader/ccmod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "ccloader",
3-
"version": "2.25.1",
3+
"version": "2.25.2",
44
"title": "CCLoader",
55
"description": "Modloader for CrossCode. This or a similar modloader is needed for most mods.",
66
"repository": "https://github.com/CCDirectLink/CCLoader",

ccloader/js/ccloader.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { Plugin } from './plugin.js';
55
import { Greenworks } from './greenworks.js';
66
import { Package } from './package.js';
77

8-
const CCLOADER_VERSION = '2.25.1';
8+
const CCLOADER_VERSION = '2.25.2';
99
const KNOWN_EXTENSIONS = ["post-game", "manlea", "ninja-skin", "fish-gear", "flying-hedgehag", "scorpion-robo", "snowman-tank"]
1010

1111
export class ModLoader {

0 commit comments

Comments
 (0)