From f32a7a276fd61d8e8410a91706f9bfa9af6f9ebd Mon Sep 17 00:00:00 2001 From: Ronak Doshi Date: Sat, 18 Mar 2023 22:17:15 +0530 Subject: [PATCH] update version --- README.md | 2 +- node_modules/.package-lock.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 902e78761..4de1e5189 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ The following are _required_ as `step.env` keys ## Example ```yaml -uses: rnkdsh/action-upload-diawi@v1.3.1 +uses: rnkdsh/action-upload-diawi@v1.3.2 with: token: ${{ secrets.DIAWI_TOKEN }} file: ./example.apk diff --git a/node_modules/.package-lock.json b/node_modules/.package-lock.json index 7b5a5a406..a02dfd3d4 100644 --- a/node_modules/.package-lock.json +++ b/node_modules/.package-lock.json @@ -1,6 +1,6 @@ { "name": "action-upload-diawi", - "version": "1.3.1", + "version": "1.3.2", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package-lock.json b/package-lock.json index 587f77a82..a9a0c52ef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "action-upload-diawi", - "version": "1.3.1", + "version": "1.3.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "action-upload-diawi", - "version": "1.3.1", + "version": "1.3.2", "license": "MIT", "dependencies": { "@actions/core": "^1.10.0", diff --git a/package.json b/package.json index b43727c0f..a184919f1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "action-upload-diawi", - "version": "1.3.1", + "version": "1.3.2", "description": "📦 GitHub Action for uploading APK to Diawi", "main": "index.js", "scripts": {