Commit f9dc7df9ef106b761a19562d9037f6d3777d35e4
bump version
Ev Bogue committed on 6/7/2017, 3:11:22 AMParent: 5f84566f09a13644de321a03ca48691184027f67
Files changed
package.json | changed |
package.json | ||
---|---|---|
@@ -1,7 +1,7 @@ | ||
1 | 1 … | { |
2 | 2 … | "name": "decent", |
3 | - "version": "1.1.0", | |
3 … | + "version": "1.2.0", | |
4 | 4 … | "description": "A decent(tralized) network for communication and development", |
5 | 5 … | "scripts": { |
6 | 6 … | "start": "node decent server --allowPrivate", |
7 | 7 … | "build": "node client/scripts/style.js && mkdir -p build && browserify client/index.js | indexhtmlify > build/index.html" |
Built with git-ssb-web