Bump version

This commit is contained in:
강동윤 2021-01-11 19:48:08 +09:00
parent 78dc61af33
commit b822ac8d43
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@swc/core",
"version": "1.2.43",
"version": "1.2.44",
"description": "Super-fast alternative for babel",
"homepage": "https://swc.rs",
"main": "./index.js",

View File

@ -5,7 +5,7 @@ edition = "2018"
license = "Apache-2.0/MIT"
name = "wasm"
repository = "https://github.com/swc-project/swc.git"
version = "1.2.43"
version = "1.2.44"
[lib]
crate-type = ["cdylib"]