We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 481f5b2 commit da7be77Copy full SHA for da7be77
src/background/config.ts
@@ -2,7 +2,7 @@ import fs from "fs";
2
import { Config } from "./saveTypes";
3
4
export let default_config: Config = {
5
- version: "0.1.7",
+ version: "0.2.0",
6
backup_path: "./save_data",
7
games: {},
8
settings:{
0 commit comments