From 0bcea031b7c00ccf3acee6812f2d1ac0f38b9bbc Mon Sep 17 00:00:00 2001 From: Pig Fang Date: Mon, 21 Feb 2022 23:25:15 +0800 Subject: [PATCH] v0.8.0 --- Cargo.toml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 608476f..1b7ae0b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "browserslist-rs" -version = "0.7.0" +version = "0.8.0" authors = ["Pig Fang "] edition = "2021" description = "Rust-ported Browserslist." diff --git a/package.json b/package.json index ebfb797..36aa34b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "browserslist-rs", - "version": "0.7.0", + "version": "0.8.0", "author": "Pig Fang ", "license": "MIT", "repository": "https://github.com/g-plane/browserslist-rs",