From 6f4e534c88a3b21a56694c964ad0cd8f5ba34347 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B0=95=EB=8F=99=EC=9C=A4?= Date: Tue, 10 Mar 2020 10:39:42 +0900 Subject: [PATCH] Bump versions --- ecmascript/ast/Cargo.toml | 2 +- ecmascript/parser/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ecmascript/ast/Cargo.toml b/ecmascript/ast/Cargo.toml index b60fdeb78d6..cd56f5f7e82 100644 --- a/ecmascript/ast/Cargo.toml +++ b/ecmascript/ast/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "swc_ecma_ast" -version = "0.18.0" +version = "0.18.1" authors = ["강동윤 "] license = "Apache-2.0/MIT" repository = "https://github.com/swc-project/swc.git" diff --git a/ecmascript/parser/Cargo.toml b/ecmascript/parser/Cargo.toml index b8b48b511a7..11d457c5bb5 100644 --- a/ecmascript/parser/Cargo.toml +++ b/ecmascript/parser/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "swc_ecma_parser" -version = "0.21.0" +version = "0.21.1" authors = ["강동윤 "] license = "Apache-2.0/MIT" repository = "https://github.com/swc-project/swc.git"