Skip to content

Commit

Permalink
Set version number for next release.
Browse files Browse the repository at this point in the history
jcbrand committed Aug 24, 2016
1 parent 468d78a commit a48d73d
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 0.0.2 (Unreleased)
## 0.0.2 (24 August 2015)
- Rename `_super` attribute to `__super__`. [jcbrand]
- Renamed `Pluggable` class to `PluginSocket`. [jcbrand]
- Allow the attribute name referring to the `PluginSocket` instance to be
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pluggable.js",
"version": "0.0.1",
"version": "0.0.2",
"description": "Lets you make your JS code pluggable while still keeping sensitive objects and data private through closures.",
"main": "pluggable.js",
"scripts": {

0 comments on commit a48d73d

Please sign in to comment.