Bump project version to 0.4.0

This commit is contained in:
David Cormier 2014-08-02 10:27:15 -04:00
parent 6ab31b5a74
commit f114adc5f0
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
{ {
"name": "Glowing Bear", "name": "Glowing Bear",
"description": "WeeChat Web frontend", "description": "WeeChat Web frontend",
"version": "0.3.0", "version": "0.4.0",
"manifest_version": 2, "manifest_version": 2,
"icons": { "icons": {
"32": "assets/img/favicon.png", "32": "assets/img/favicon.png",

View file

@ -16,5 +16,5 @@
"url": "https://github.com/glowing-bear" "url": "https://github.com/glowing-bear"
}, },
"default_locale": "en", "default_locale": "en",
"version": "0.3.0" "version": "0.4.0"
} }