commit 788799ba2ab26c43a0575e2b188fffcb5477ddab Author: David Fifield david@bamsoftware.com Date: Tue Jul 30 14:49:50 2013 -0700
Make package.json's version independent of Makefile's.
Until we have a way to keep these numbers in sync automatically, I prefer to have them independent. --- modules/nodejs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/nodejs/package.json b/modules/nodejs/package.json index 15cdf4c..1de1157 100644 --- a/modules/nodejs/package.json +++ b/modules/nodejs/package.json @@ -1,6 +1,6 @@ { "name": "flashproxy", - "version": "1.1.0", + "version": "0.1.0", "description": "Standalone flash proxy. A flash proxy is a lightweight proxy providing access to the Tor network.", "main": "main.js", "scripts": {
tor-commits@lists.torproject.org