Skip to content

Commit

Permalink
Releasing 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bergie committed Apr 25, 2012
1 parent 96d7e98 commit 9eec680
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<project name="vie.js" basedir="." default="all">

<property name="VERSION" value="2.0.0RC1"/>
<property name="VERSION" value="2.0.0"/>

<property name="DOCS_ROOT" value="./docs" />
<property name="DOCS_DIR" value="${DOCS_ROOT}/${VERSION}" description="API documentation"/>
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name" : "vie",
"version" : "2.0.0RC1",
"version" : "2.0.0",
"description" : "Editable RDFa with Backbone.js and JSON-LD",
"url" : "http://viejs.org",
"keywords" : ["util", "rdfa", "model", "template", "server", "client", "browser"],
Expand All @@ -24,7 +24,7 @@
},
"devDependencies": {
"nodeunit" : ">=0.6.0",
"docco-husky" : ">=0.3.0",
"docco-husky" : ">=0.3.0",
"zombie" : ">=0.12.0",
"express" : "2.5.x"
},
Expand Down

0 comments on commit 9eec680

Please sign in to comment.