Skip to content
This repository was archived by the owner on Oct 2, 2018. It is now read-only.

Commit 5eef3b2

Browse files
committed
Bump version
1 parent b736aca commit 5eef3b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

manifest.webapp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Firetext",
33
"description": "The word processor for Firefox OS",
4-
"version": "0.5",
4+
"version": "0.5.1",
55
"type": "privileged",
66
"launch_path": "/index.html",
77
"developer": {

scripts/firetext.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ firetext.parsers = {};
1717
firetext.analytics = {};
1818

1919
// Config
20-
var version = '0.5';
20+
var version = '0.5.1';
2121
var serverURL = 'https://firetext-server.herokuapp.com/';
2222

2323
// Misc

0 commit comments

Comments
 (0)