Skip to content

Commit

Permalink
v0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bakk committed May 31, 2021
1 parent 2e73c90 commit b6fb61c
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion kalk/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "kalk"
version = "2.0.3"
version = "2.0.4"
authors = ["PaddiM8"]
edition = "2018"
readme = "README.md"
Expand Down
4 changes: 2 additions & 2 deletions kalk_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ license = "MIT"
name = "kalk_cli"
readme = "../README.md"
repository = "https://github.com/PaddiM8/kalk"
version = "0.5.3"
version = "0.5.4"

[[bin]]
name = "kalk"
path = "src/main.rs"

[dependencies]
ansi_term = "0.12.1"
kalk = { path = "../kalk", version = "^2.0.3" }
kalk = { path = "../kalk", version = "^2.0.4" }
lazy_static = "1.4.0"
regex = "1"
rustyline = "7.1.0"
Expand Down
2 changes: 1 addition & 1 deletion kalk_mobile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@capacitor/android": "^2.4.5",
"@capacitor/cli": "^2.4.5",
"@capacitor/core": "^2.4.5",
"@paddim8/kalk-component": "^1.2.2"
"@paddim8/kalk-component": "^1.2.3"
},
"devDependencies": {
"@capacitor-community/electron": "^1.3.2",
Expand Down
4 changes: 2 additions & 2 deletions kalk_web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@paddim8/kalk-component",
"version": "1.2.2",
"version": "1.2.3",
"description": "A Svelte component for kalk, a calculator that supports user-defined functions and variables.",
"svelte": "src/main.ts",
"main": "public/build/bundle.js",
Expand Down Expand Up @@ -55,7 +55,7 @@
"webpack-dev-server": "^3.11.0"
},
"dependencies": {
"@paddim8/kalk": "^2.0.3",
"@paddim8/kalk": "^2.0.4",
"shadow-selection-polyfill": "^1.1.0"
},
"browserslist": [
Expand Down

0 comments on commit b6fb61c

Please sign in to comment.