Skip to content

Commit

Permalink
chore: Upgrade to 2.0.0rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
NriotHrreion committed Aug 11, 2024
1 parent 6ade7ad commit 4a21eaf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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": "2.0.0rc1",
"version": "2.0.0rc2",
"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 = "2.0.0rc1";
export const version = "2.0.0rc2";
export const errorText = "\\text{Error}";

// MARK: Function List
Expand Down

1 comment on commit 4a21eaf

@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.