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

Commit a9ed68a

Browse files
committed
Merge pull request #348 from codexa/develop
Firetext 0.5.1
2 parents 31b8592 + 5eef3b2 commit a9ed68a

3 files changed

Lines changed: 142 additions & 141 deletions

File tree

builder/build.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,7 @@ prepareFile(argv._[0].replace('../', ''), {compat: false, _compat: false, bootst
189189
/\.icon-file/,
190190
/\.icon-format-align-left/,
191191
/\.icon-format-float-left/,
192+
/\.icon-chevron-right/,
192193
]
193194
}, function(err, css) {
194195
// Remove unused glyphs from icon font

manifest.webapp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
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": {
8-
"name": "Airborn OS",
9-
"url": "https://www.airbornos.com/"
8+
"name": "Codexa",
9+
"url": "https://github.com/codexa"
1010
},
1111
"icons": {
1212
"32": "/style/icons/app/32.png",

0 commit comments

Comments
 (0)