Skip to content

Commit

Permalink
Well, next alpha I guess
Browse files Browse the repository at this point in the history
  • Loading branch information
tcharlss committed Nov 14, 2019
1 parent 2e036fe commit 5e1c802
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>"
],
Expand Down
2 changes: 1 addition & 1 deletion dist/jquery.editpricehelper.js
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion docs/_coverpage.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
![Logo](/_medias/editpricehelper.svg)
# Edit Price Helper <small>0.1.0-alpha.1</small>
# Edit Price Helper <small>0.1.0-alpha.2</small>

> A small jQuery plugin to help edit prices with taxes.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"tax",
"input"
],
"version": "0.1.0-alpha.1",
"version": "0.1.0-alpha.2",
"author": {
"name": "tcharlss"
},
Expand Down

0 comments on commit 5e1c802

Please sign in to comment.