Skip to content

Commit

Permalink
Set version to 1.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbostock committed Mar 16, 2012
1 parent b09d830 commit 0364576
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tesseract",
"version": "0.0.2",
"version": "1.0.0",
"private": true,
"main": "./index.js",
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/version.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
tesseract.version = "0.0.2";
tesseract.version = "1.0.0";
2 changes: 1 addition & 1 deletion tesseract.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(function(exports){
tesseract.version = "0.0.2";
tesseract.version = "1.0.0";
function tesseract_identity(d) {
return d;
}
Expand Down

0 comments on commit 0364576

Please sign in to comment.