Skip to content

Commit 520abfb

Browse files
committed
Bump version
1 parent 23e5791 commit 520abfb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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.7",
3+
"version": "2.25.8",
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.7';
8+
const CCLOADER_VERSION = '2.25.8';
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)