From 5e1c802f7f07c8485ca3c097c1a49f80c71ebc6f Mon Sep 17 00:00:00 2001 From: Charles Razack Date: Thu, 14 Nov 2019 04:43:16 +0100 Subject: [PATCH] Well, next alpha I guess --- bower.json | 2 +- dist/jquery.editpricehelper.js | 2 +- docs/README.md | 2 +- docs/_coverpage.md | 2 +- package.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bower.json b/bower.json index fcb9200..049e138 100644 --- a/bower.json +++ b/bower.json @@ -2,7 +2,7 @@ "name": "editpricehelper", "description": "A small jQuery plugin to help edit prices with taxes.", "title": "Edit Price Helper", - "version": "0.1.0-alpha.1", + "version": "0.1.0-alpha.2", "authors": [ "tcharlss " ], diff --git a/dist/jquery.editpricehelper.js b/dist/jquery.editpricehelper.js index b07aec6..e2cc6fd 100644 --- a/dist/jquery.editpricehelper.js +++ b/dist/jquery.editpricehelper.js @@ -1,5 +1,5 @@ /** - * Edit Price Helper 0.1.0-alpha.1 + * Edit Price Helper 0.1.0-alpha.2 * A small jQuery plugin to help edit prices with taxes. * (c) 2019 tcharlss * MIT license diff --git a/docs/README.md b/docs/README.md index 5315c7c..55f9622 100644 --- a/docs/README.md +++ b/docs/README.md @@ -46,7 +46,7 @@ Into something like this: ## Installation * Via [npm](https://www.npmjs.org/) : ```npm install --save editpricehelper``` -* Download manually on [Github](https://github.com/tcharlss/editpricehelper/releases/tag/v0.1.0-alpha.1) +* Download manually on [Github](https://github.com/tcharlss/editpricehelper/releases/tag/v0.1.0-alpha.2) The script is also hosted on CDNs like [unpkg](https://unpkg.com/editpricehelper) or [jsdelivr](https://www.jsdelivr.com/package/npm/editpricehelper?path=dist) diff --git a/docs/_coverpage.md b/docs/_coverpage.md index 090f49e..6c73597 100644 --- a/docs/_coverpage.md +++ b/docs/_coverpage.md @@ -1,5 +1,5 @@ ![Logo](/_medias/editpricehelper.svg) -# Edit Price Helper 0.1.0-alpha.1 +# Edit Price Helper 0.1.0-alpha.2 > A small jQuery plugin to help edit prices with taxes. diff --git a/package.json b/package.json index 48d5966..c199bde 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "tax", "input" ], - "version": "0.1.0-alpha.1", + "version": "0.1.0-alpha.2", "author": { "name": "tcharlss" },