diff --git a/README.md b/README.md index a6516cd..bcf7b7a 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ [![Build Status](https://travis-ci.org/encryptic-team/Encryptic.svg?branch=master)](https://travis-ci.org/encryptic-team/Encryptic) [![Coverage Status](https://coveralls.io/repos/github/encryptic-team/Encryptic/badge.svg?branch=master)](https://coveralls.io/github/encryptic-team/Encryptic) - ![Version](https://img.shields.io/badge/Version-0.0.3.beta-blue.svg) + ![Version](https://img.shields.io/badge/Version-0.0.4.beta-blue.svg)

diff --git a/package.json b/package.json index ba676b6..fbf03e8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Encryptic", - "version": "0.0.3", + "version": "0.0.4", "description": "the client package for the Encryptic web files", "license": "MPL-2.0", "repository": { diff --git a/src/manifest.webapp b/src/manifest.webapp index a090ab5..5f35e60 100644 --- a/src/manifest.webapp +++ b/src/manifest.webapp @@ -1,7 +1,7 @@ { "name": "Encryptic", "description": "Open source note taking web application", - "version": "0.0.3", + "version": "0.0.4", "launch_path": "/index.html", "icons": { "512": "/images/icon/icon.png", diff --git a/src/scripts/constants.js b/src/scripts/constants.js index 3897d74..7f5c0b1 100644 --- a/src/scripts/constants.js +++ b/src/scripts/constants.js @@ -17,7 +17,7 @@ import _ from 'underscore'; * not work and a user needs to provid their own */ const constants = { - version : '0.0.3', + version : '0.0.4', url : location.origin + location.pathname.replace('index.html', ''), defaultHosts : [ 'Encryptic.io',