Increment version number
This commit is contained in:
parent
58de8546f8
commit
dbd626b69c
5 changed files with 5 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "glowing-bear",
|
"name": "glowing-bear",
|
||||||
"description": "A webclient for WeeChat",
|
"description": "A webclient for WeeChat",
|
||||||
"version": "0.6.0",
|
"version": "0.7.0",
|
||||||
"homepage": "https://github.com/glowing-bear/glowing-bear",
|
"homepage": "https://github.com/glowing-bear/glowing-bear",
|
||||||
"license": "GPLv3",
|
"license": "GPLv3",
|
||||||
"private": true,
|
"private": true,
|
||||||
|
|
|
@ -341,7 +341,7 @@ npm run build-electron-{windows, darwin, linux}</pre>
|
||||||
<div class="modal-content">
|
<div class="modal-content">
|
||||||
<div class="modal-header">
|
<div class="modal-header">
|
||||||
<button type="button" class="close" ng-click="closeModal($event)" aria-hidden="true">×</button>
|
<button type="button" class="close" ng-click="closeModal($event)" aria-hidden="true">×</button>
|
||||||
<span class="pull-right version">Glowing Bear version 0.6.1-dev</span>
|
<span class="pull-right version">Glowing Bear version 0.7.0</span>
|
||||||
<h4 class="modal-title">Settings</h4>
|
<h4 class="modal-title">Settings</h4>
|
||||||
<p>Settings will be stored in your browser.</p>
|
<p>Settings will be stored in your browser.</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "Glowing Bear",
|
"name": "Glowing Bear",
|
||||||
"description": "WeeChat Web frontend",
|
"description": "WeeChat Web frontend",
|
||||||
"version": "0.6.0",
|
"version": "0.7.0",
|
||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
"icons": {
|
"icons": {
|
||||||
"32": "assets/img/favicon.png",
|
"32": "assets/img/favicon.png",
|
||||||
|
|
|
@ -25,5 +25,5 @@
|
||||||
"desktop-notification":{}
|
"desktop-notification":{}
|
||||||
},
|
},
|
||||||
"default_locale": "en",
|
"default_locale": "en",
|
||||||
"version": "0.6.0"
|
"version": "0.7.0"
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "glowing-bear",
|
"name": "glowing-bear",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "0.6.0",
|
"version": "0.7.0",
|
||||||
"description": "A web client for Weechat",
|
"description": "A web client for Weechat",
|
||||||
"repository": "https://github.com/glowing-bear/glowing-bear",
|
"repository": "https://github.com/glowing-bear/glowing-bear",
|
||||||
"main": "electron-main.js",
|
"main": "electron-main.js",
|
||||||
|
|
Loading…
Reference in a new issue