Skip to content

Commit

Permalink
updated for release
Browse files Browse the repository at this point in the history
  • Loading branch information
daed committed Apr 3, 2019
1 parent 380f388 commit 05ff3b8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

<h3>
<a href="https://gitter.im/encryptic-team/Lobby">
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.webapp
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/scripts/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 05ff3b8

Please sign in to comment.