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

Commit

Permalink
Version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanmanning committed Dec 13, 2012
1 parent 6c90951 commit e46a516
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,12 @@ Chic ChangeLog
==============


1.0.1 (2012-12-13)
------------------

* General house-keeping


1.0.0 (2012-12-11)
------------------

Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -4,7 +4,7 @@ Chic

Chic is an extremely simple class-like interface to JavaScript prototypal inheritance.

**Current Stable Version:** *1.0.0*
**Current Stable Version:** *1.0.1*
**Automated Build Status:** [![Build Status][travis-status]][travis]
**Node Support:** *0.6, 0.8*
**Browser Support:** *Android Browser 2.2–4.2, Firefox 3.6, Firefox 4–16, Google Chrome 14–23, Internet Explorer 6–10, Mobile Safari iOS 4–6, Opera 12.10, Safari 5–6*
Expand Down
2 changes: 1 addition & 1 deletion component.json
@@ -1,6 +1,6 @@
{
"name": "chic",
"version": "1.0.0",
"version": "1.0.1",

"description": "Chic is an extremely simple class-like interface to JavaScript prototypal inheritance",
"keywords": [ "class", "classes", "extend", "inheritance", "oop", "prototypal", "prototype" ],
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "chic",
"version": "1.0.0",
"version": "1.0.1",

"description": "Chic is an extremely simple class-like interface to JavaScript prototypal inheritance",
"keywords": [ "class", "classes", "extend", "inheritance", "oop", "prototypal", "prototype" ],
Expand Down

0 comments on commit e46a516

Please sign in to comment.