Skip to content

Commit

Permalink
chore: Upgrade to 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NriotHrreion committed Feb 22, 2024
1 parent f58058c commit eb0a45d
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.4.0",
"version": "1.5.0",
"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 Compute from "@/compiler/Compute";
import Emitter from "@/utils/Emitter";
import { FunctionInfo, Shortcut, RollbackToward } from "@/types";

export const version = "1.4.0";
export const version = "1.5.0";
export const errorText = "\\text{Error}";

export const functions: Map<string, FunctionInfo> = new Map([
Expand Down

1 comment on commit eb0a45d

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