Merge pull request #607 from DanielNoord/pushdev

Push version of dev branch
This commit is contained in:
Daniël van Noord
2021-02-24 00:37:46 +01:00
committed by GitHub
4 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
name: CI
on: [push, pull_request]
on: pull_request
jobs:
Check_ESLint:
runs-on: ubuntu-latest

File diff suppressed because one or more lines are too long

View File

@@ -1,6 +1,6 @@
{
"name": "cookiemonster-mod",
"version": "2.031.4",
"version": "2.031.5",
"description": "Cookie Monster is an add-on that you can load into Cookie Clicker which offers a wide range of tools and statistics to enhance the game. It is not a cheat interface although it does offer helpers for golden cookies and such, everything can be toggled off at will to only leave how much information you want. This is a helper and everything is an option.",
"main": "CookieMonster.js",
"keywords": [

View File

@@ -14,5 +14,5 @@ const CM = {
Options: {},
Sim: {},
VersionMajor: '2.031',
VersionMinor: '4',
VersionMinor: '5',
};