Skip to content

Commit

Permalink
Merge pull request #56 from kateter-platform/patch-1.0.4
Browse files Browse the repository at this point in the history
Patch 1.0.4
  • Loading branch information
jonasdeluna authored Sep 26, 2023
2 parents 9d888e2 + 7e81c2d commit aec570c
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": "@kateter-platform/graphica-gemini",
"version": "1.0.2",
"version": "1.0.4",
"source": "./src/index.ts",
"description": "A tool for advanced graphing and visualization",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export { default as Latex } from "./Components/Latex";
export { default as Line } from "./Components/Line";
export { default as Plot } from "./Components/Plot";
export { default as Point } from "./Components/Point";
export { default as Shape } from "./Components/Shape";
export { default as Polygon } from "./Components/Shape";
export { default as Slider } from "./Components/Slider";
export { default as Text } from "./Components/Text";
export { default as Vector } from "./Components/Vector";
Expand Down

0 comments on commit aec570c

Please sign in to comment.