diff options
author | Eug-VS <eug-vs@keemail.me> | 2020-01-28 22:01:59 +0300 |
---|---|---|
committer | Eug-VS <eug-vs@keemail.me> | 2020-01-28 22:01:59 +0300 |
commit | 53143dfc36e66e285256706a8ec837e2bd2f8427 (patch) | |
tree | 2029301838a09c072a8e4caaa3e6dc6e7a0c1a15 | |
parent | fa92f605df3508aa16ab2fc90f283049650bcbd7 (diff) | |
download | react-benzin-53143dfc36e66e285256706a8ec837e2bd2f8427.tar.gz |
fix: change package version to 1.0.1
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 825d1d4..6fb756f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-benzin", - "version": "1.0.0", + "version": "1.0.1", "description": "A powerful React Material components library.", "main": "dist/index.js", "module": "dist/index.js", |