Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
NeKzor committed May 14, 2024
1 parent 36305fb commit 83ac575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cmm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { copy } from 'std/fs/copy.ts';
import { BlobReader, Uint8ArrayWriter, ZipReader } from 'zipjs/index.js';
import { modifyGameInfo } from './game.ts';

const ChallengeModeModVersion = '0.1.0';
const ChallengeModeModVersion = '1.0.1';
const UserAgent = 'cmm/' + ChallengeModeModVersion;
const GitHubRepository = 'NeKzor/cmm';
const isWindows = Deno.build.os === 'windows';
Expand Down

0 comments on commit 83ac575

Please sign in to comment.