Skip to content
This repository has been archived by the owner on Dec 22, 2022. It is now read-only.

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisweb committed Apr 28, 2016
1 parent 979ec42 commit b466ad9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
chrisweb utilities.js 0.1.2
chrisweb utilities.js 0.1.3
===========================

Javascript utilities for small tasks. Testing are fixes and comments are welcome.
Javascript utilities belt for very specific tasks. Testing, fixes and comments are welcome.

main goal(s):
* DONE: should workin the browser as well in nodejs
* DONE: console log wrapper for colored log messages
main goal(s):
* console log wrapper for colored log messages
* utilities belt: javascript collection of useful functions that are useful for specific situations, so a lot more specific than underscore
* should work in the browser as well in nodejs

sub goal(s):
* create UMD build using grunt
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": "chrisweb-utilities.js",
"version": "0.1.2",
"version": "0.1.3",
"homepage": "https://github.com/chrisweb/chrisweb-utilities.js",
"authors": [
"chris weber <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chrisweb-utilities",
"version": "0.1.2",
"version": "0.1.3",
"description": "chrisweb utilities",
"main": "utilities.js",
"scripts": {
Expand Down

0 comments on commit b466ad9

Please sign in to comment.