Skip to content

Commit

Permalink
chore: Upgrade to 2.0.0rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
NriotHrreion committed Aug 7, 2024
1 parent e4511a3 commit f55cab3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "calcium",
"version": "1.5.1c",
"version": "2.0.0rc1",
"private": true,
"dependencies": {
"@babel/core": "^7.16.0",
Expand Down
2 changes: 1 addition & 1 deletion src/global.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import MathKits from "@/compiler/MathKits";
import Emitter from "@/utils/Emitter";
import { FunctionInfo, Shortcut, RollbackToward } from "@/types";

export const version = "1.5.1c";
export const version = "2.0.0rc1";
export const errorText = "\\text{Error}";

// MARK: Function List
Expand Down

1 comment on commit f55cab3

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.