Skip to content

Commit

Permalink
v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
PaddiM8 committed Nov 5, 2022
1 parent 15e6350 commit a921c59
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ license = "MIT"
name = "kalker"
readme = "../README.md"
repository = "https://github.com/PaddiM8/kalker"
version = "2.0.0"
version = "2.0.1"

[dependencies]
ansi_term = "0.12.1"
kalk = { path = "../kalk", version = "^3.0.0" }
kalk = { path = "../kalk", version = "^3.0.1" }
lazy_static = "1.4.0"
regex = "1"
rustyline = "7.1.0"
Expand Down
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 = "3.0.0"
version = "3.0.1"
authors = ["PaddiM8"]
edition = "2018"
readme = "README.md"
Expand Down
6 changes: 3 additions & 3 deletions mobile/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kalk_mobile",
"version": "2.0.0",
"version": "2.0.1",
"description": "kalk mobile",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
Expand All @@ -16,7 +16,7 @@
"@capacitor/android": "^2.4.5",
"@capacitor/cli": "^2.4.5",
"@capacitor/core": "^2.4.5",
"@paddim8/kalk-component": "^2.0.0"
"@paddim8/kalk-component": "^2.0.1"
},
"devDependencies": {
"@capacitor-community/electron": "^1.3.2",
Expand All @@ -25,4 +25,4 @@
"gulp-dart-sass": "^1.0.2",
"sass": "^1.32.0"
}
}
}
6 changes: 3 additions & 3 deletions web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@paddim8/kalk-component",
"version": "2.0.0",
"version": "2.0.1",
"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,10 +55,10 @@
"webpack-dev-server": "^3.11.0"
},
"dependencies": {
"@paddim8/kalk": "^3.0.0",
"@paddim8/kalk": "^3.0.1",
"shadow-selection-polyfill": "^1.1.0"
},
"browserslist": [
"defaults"
]
}
}

0 comments on commit a921c59

Please sign in to comment.