Skip to content

Commit

Permalink
feat: upd version 0.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
meloalright committed Apr 27, 2024
1 parent 67bd8dc commit 479151b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion soft-skia-wasm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "soft-skia-wasm"
version = "0.9.0"
version = "0.10.0"
authors = ["meloalright <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion soft-skia/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "soft_skia"
version = "0.9.0"
version = "0.10.0"
edition = "2021"
description="software rasterization skia binding"
license = "MIT"
Expand Down
4 changes: 2 additions & 2 deletions vue-playground/package-ci.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-playground",
"version": "0.9.0",
"version": "0.10.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand All @@ -14,7 +14,7 @@
"prismjs": "^1.29.0",
"vue": "^3.2.13",
"vue-live": "^2.5.4",
"vue-skia": "0.0.9"
"vue-skia": "0.0.10"
},
"devDependencies": {
"@types/node": "^20.5.0",
Expand Down
4 changes: 2 additions & 2 deletions vue-skia-framework/package-publish.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-skia",
"version": "0.0.9",
"version": "0.0.10",
"files": [
"lib",
"type.d.ts",
Expand All @@ -13,6 +13,6 @@
"main": "./main.js",
"module": "./main.js",
"dependencies": {
"soft-skia-wasm": "0.9.0"
"soft-skia-wasm": "0.10.0"
}
}

0 comments on commit 479151b

Please sign in to comment.