diff --git a/.github/workflows/npmpublish.yml b/.github/workflows/npmpublish.yml
index 2cad9e4..770f9de 100644
--- a/.github/workflows/npmpublish.yml
+++ b/.github/workflows/npmpublish.yml
@@ -35,7 +35,7 @@ jobs:
       - uses: actions/checkout@v1
       - uses: actions/setup-node@v1
         with:
-          node-version: 12
+          node-version: 16
           registry-url: https://registry.npmjs.org/
       - name: npm publish
         run: |
diff --git a/README.md b/README.md
index e47e7f3..b7173b4 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@ ImageKit Vue.js SDK allows you to use real-time [image resizing](https://docs.im
 ## Breaking changes - Upgrading from 1.x to 2.x version
 2.x version has breaking changes as listed below.
 
-1. In version 2.0.0, three global components, namely `ik-image`, `ik-upload`, and `ik-context`, are no longer supported. Instead, it is recommended to import these components individually.
+1. In version 2.0.1, three global components, namely `ik-image`, `ik-upload`, and `ik-context`, are no longer supported. Instead, it is recommended to import these components individually.
 
       ```javascript
       
@@ -65,7 +65,7 @@ ImageKit Vue.js SDK allows you to use real-time [image resizing](https://docs.im
                           
 | IMAGEKIT-VUEJS VERSION             | VUEJS VERSION                    |
 | :----------------|:----------------------------- |
-| ^2.0.0 | ^3.0.0 |
+| ^2.0.1 | ^3.0.0 |
 | 1.0.9 | ^2.6.12 |
 | 1.0.5 and below | ^2.6.11 |
 
diff --git a/package-lock.json b/package-lock.json
index 3542ede..43b7842 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "imagekitio-vue",
-  "version": "2.0.0",
+  "version": "2.0.1",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "imagekitio-vue",
-      "version": "2.0.0",
+      "version": "2.0.1",
       "license": "MIT",
       "dependencies": {
         "babel-eslint": "^10.1.0",
diff --git a/package.json b/package.json
index e205bb3..58bf578 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "imagekitio-vue",
-  "version": "2.0.0",
+  "version": "2.0.1",
   "scripts": {
     "build:lib": "./node_modules/.bin/vue-cli-service build --target lib src/index.js",
     "build": "./node_modules/.bin/vue-cli-service lint --fix; npm run build:lib",