Skip to content

Commit

Permalink
chore: Upgrade to 1.5.1c
Browse files Browse the repository at this point in the history
  • Loading branch information
NriotHrreion committed Jun 10, 2024
1 parent e880d8d commit 27592cf
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": "1.5.1b",
"version": "1.5.1c",
"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.1b";
export const version = "1.5.1c";
export const errorText = "\\text{Error}";

// MARK: Function List
Expand Down

1 comment on commit 27592cf

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