From 4d0b1f82d7e26e39beb33e5116063dbd0711e03c Mon Sep 17 00:00:00 2001 From: Bsian Date: Mon, 19 Apr 2021 11:49:10 +0100 Subject: [PATCH] v0.3.5 --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index a2e996a..69df007 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -21,7 +21,7 @@ A clear and concise description of what you expected to happen. **Environment** | Node version | Eris version | Pluris version | |--------------|--------------|----------------| -| v12.18.3 | 0.15.0 | 0.3.4 | +| v12.18.3 | 0.15.0 | 0.3.5 | **Additional context** - [ ] I know exactly what the issue is and will create a PR to fix it. diff --git a/package-lock.json b/package-lock.json index 10bc5c6..64b8658 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "pluris", - "version": "0.3.4", + "version": "0.3.5", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "0.3.4", + "version": "0.3.5", "license": "mit", "devDependencies": { "@typescript-eslint/eslint-plugin": "^4.22.0", diff --git a/package.json b/package.json index f1a7ec7..234f7a1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pluris", - "version": "0.3.4", + "version": "0.3.5", "description": "Extra prototypes and utilities for the Eris Discord API Library", "main": "index.js", "scripts": {