Skip to content

Commit

Permalink
version 1.0.2-dev starts
Browse files Browse the repository at this point in the history
  • Loading branch information
Constellation authored and thron7 committed Nov 27, 2013
1 parent 0e07ce7 commit b7a76d9
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ scope analyzer extracted from [esmangle project](http://github.com/Constellation

[![Build Status](https://travis-ci.org/Constellation/escope.png?branch=master)](https://travis-ci.org/Constellation/escope)

### Document

Generated JSDoc is [here](http://github.com/Constellation/escope).

### Demos and Tools

Demonstration is [here](http://mazurov.github.io/escope-demo/) by [Sasha Mazurov](https://github.com/mazurov) (twitter: [@mazurov](http://twitter.com/mazurov)). [issue](https://github.com/Constellation/escope/issues/14)
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": "escope",
"version": "0.0.14-dev",
"version": "1.0.2-dev",
"main": "escope.js",
"dependencies": {
"estraverse": ">= 0.0.2"
Expand Down
2 changes: 1 addition & 1 deletion escope.js
Original file line number Diff line number Diff line change
Expand Up @@ -1102,7 +1102,7 @@
}

/** @name module:escope.version */
exports.version = '1.0.1-dev';
exports.version = '1.0.2-dev';
/** @name module:escope.Reference */
exports.Reference = Reference;
/** @name module:escope.Variable */
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "ECMAScript scope analyzer",
"homepage": "http://github.com/Constellation/escope.html",
"main": "escope.js",
"version": "1.0.1-dev",
"version": "1.0.2-dev",
"engines": {
"node": ">=0.4.0"
},
Expand Down

0 comments on commit b7a76d9

Please sign in to comment.