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

Commit

Permalink
Version 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanmanning committed Dec 8, 2012
1 parent f69f456 commit 194e489
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
==============


0.0.3 (2012-12-08)
------------------

* API changes for non-dependency-managed users


0.0.2 (2012-12-07)
------------------

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 Version:** *0.0.2*
**Current Version:** *0.0.3*
**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": "0.0.2",
"version": "0.0.3",

"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": "0.0.2",
"version": "0.0.3",

"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 194e489

Please sign in to comment.