Merge branch 'dev' into hotfixes

This commit is contained in:
Daniël van Noord
2021-02-24 18:24:31 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

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

View File

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