Skip to content

Commit

Permalink
Bump version to v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ericf committed Aug 16, 2013
1 parent 2518452 commit bd9118e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Express State Change History
============================

NEXT
----
1.0.0 (2013-08-15)
------------------

* __[!]__ Changed how this package extends Express. There's now _only_ one way —
to explicitly pass an Express app instance to the `extend()` method:
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"name" : "express-state",
"description": "Share server-side state with the client-side of an Express app via JavaScript.",
"version" : "0.0.4",
"version" : "1.0.0",
"homepage" : "https://github.com/yahoo/express-state",

"keywords": [
"express", "state", "client", "expose", "data", "config", "javascript", "model", "json"
"express", "state", "client", "expose", "data",
"config", "configuration", "javascript", "model", "json"
],

"author": {
Expand Down

0 comments on commit bd9118e

Please sign in to comment.