You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by da...@apache.org on 2019/12/18 18:15:50 UTC

[couchdb-esprima] 01/10: Branch 1.x is for 1.3 development.

This is an automated email from the ASF dual-hosted git repository.

davisp pushed a commit to branch 1.x
in repository https://gitbox.apache.org/repos/asf/couchdb-esprima.git

commit 6e21781afa2f3457eed5e752df29831eee148503
Author: Ariya Hidayat <ar...@gmail.com>
AuthorDate: Tue Apr 29 22:21:35 2014 -0700

    Branch 1.x is for 1.3 development.
    
    https://code.google.com/p/esprima/issues/detail?id=535
---
 bower.json     | 2 +-
 component.json | 2 +-
 esprima.js     | 2 +-
 package.json   | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/bower.json b/bower.json
index 5f30728..04994b7 100644
--- a/bower.json
+++ b/bower.json
@@ -1,6 +1,6 @@
 {
     "name": "esprima",
-    "version": "1.2.0",
+    "version": "1.3.0-dev",
     "main": "./esprima.js",
     "scripts": [
         "esprima.js"
diff --git a/component.json b/component.json
index c5c47cb..d8a4ef8 100644
--- a/component.json
+++ b/component.json
@@ -1,6 +1,6 @@
 {
     "name": "esprima",
-    "version": "1.2.0",
+    "version": "1.3.0-dev",
     "main": "./esprima.js",
     "scripts": [
         "esprima.js"
diff --git a/esprima.js b/esprima.js
index 0015a66..5e808f6 100644
--- a/esprima.js
+++ b/esprima.js
@@ -3723,7 +3723,7 @@ parseStatement: true, parseSourceElement: true */
     }
 
     // Sync with *.json manifests.
-    exports.version = '1.2.0';
+    exports.version = '1.3.0-dev';
 
     exports.tokenize = tokenize;
 
diff --git a/package.json b/package.json
index 7aef110..37ebaa8 100644
--- a/package.json
+++ b/package.json
@@ -7,7 +7,7 @@
         "esparse": "./bin/esparse.js",
         "esvalidate": "./bin/esvalidate.js"
     },
-    "version": "1.2.0",
+    "version": "1.3.0-dev",
     "files": [
         "bin",
         "test/run.js",