Skip to content
This repository has been archived by the owner on Mar 6, 2019. It is now read-only.

Commit

Permalink
Release 0.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
bluefeet committed Nov 9, 2016
1 parent 6afae94 commit a6dd16e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DEVELOPMENT VERSION
0.1.0 : 2016-11-08

Global:
- Use a more condenced for loop, using `in`, when going over arrays.
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": "o",
"version": "0.0.11",
"version": "0.1.0",
"main": "o.js",

"description": "JavaScript utility belt for rich objects and prototypes. Ooooh!",
Expand Down
2 changes: 1 addition & 1 deletion o.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// o.js : DEVELOPMENT VERSION : http://o-js.com : MIT License
// o.js : 0.1.0 : http://o-js.com : MIT License

(function() {

Expand Down
2 changes: 1 addition & 1 deletion o.min.js

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "o",
"version": "0.0.11",
"version": "0.1.0",

"description": "JavaScript utility belt for rich objects and prototypes. Ooooh!",
"homepage": "http://o-js.com",
Expand Down

0 comments on commit a6dd16e

Please sign in to comment.