Skip to content

Commit

Permalink
chore: Upgrade to 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
NriotHrreion committed Sep 2, 2023
1 parent 1e94362 commit 05b010e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.3.0",
"version": "1.3.1",
"private": true,
"dependencies": {
"@babel/core": "^7.16.0",
Expand Down
2 changes: 1 addition & 1 deletion src/global.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import Compute from "./compiler/Compute";
import Emitter from "./utils/Emitter";
import { MathFunction, Shortcut } from "./types";

export const version = "1.3.0";
export const version = "1.3.1";
export const errorText = "\\text{Error}";

export const functions: Map<string, MathFunction> = new Map([
Expand Down
2 changes: 1 addition & 1 deletion src/init.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ console.warn = () => {};
console.error = Logger.error;

Logger.info(
"\n%cCalcium%cv"+ version +" | By NoahHrreion\n"+
"\n%cCalcium%cv"+ version +" | Nocpiun Org\n"+
"%cA web-based calculator.\n\n"+
"%cWebpage: https://calcium.js.org\n"+
"%cGithub Repo: https://github.com/nocpiun/calcium\n\n"+
Expand Down

1 comment on commit 05b010e

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