Skip to content

Commit

Permalink
0.1.1 release (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
neocotic authored Sep 21, 2016
1 parent 6812379 commit 7521f8a
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## Version 0.1.1, 2016.09.21

* Change [Bower](https://bower.io) package name to `skelp-oopsy` to avoid conflict with existing package

## Version 0.1.0, 2016.09.21

* Initial release
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Install using the package manager for your desired environment(s):
``` bash
$ npm install --save oopsy
# OR:
$ bower install --save oopsy
$ bower install --save skelp-oopsy
```

You'll need to have at least [Node.js](https://nodejs.org) installed and you'll only need [Bower](https://bower.io) if
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "oopsy",
"version": "0.1.0",
"version": "0.1.1",
"description": "Simple OOP for JavaScript",
"homepage": "https://github.com/Skelp/oopsy",
"authors": [
Expand Down
2 changes: 1 addition & 1 deletion dist/oopsy.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "oopsy",
"version": "0.1.0",
"name": "skelp-oopsy",
"version": "0.1.1",
"description": "Simple OOP for JavaScript",
"homepage": "https://github.com/Skelp/oopsy",
"bugs": {
Expand Down

0 comments on commit 7521f8a

Please sign in to comment.