From 4fa08c077ce346f4076dee45efe0448ac4fb2d64 Mon Sep 17 00:00:00 2001 From: solarjoker Date: Thu, 29 Aug 2019 19:12:17 +0800 Subject: [PATCH] chore: update version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 387b8c343..eb81a22ac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/hiui", - "version": "2.2.0-rc", + "version": "2.2.0", "description": "HIUI for React", "scripts": { "test": "node_modules/.bin/standard && node_modules/.bin/stylelint --config .stylelintrc 'components/**/*.scss'",