Update version number to 0.7.2 and minify

gh-pages 0.7.2
Lorenz Hübschle-Schneider 6 years ago
parent 04bcf37ba0
commit c803bfb388
  1. 2
      bower.json
  2. 2
      index.html
  3. 2
      manifest.json
  4. 2
      manifest.webapp
  5. 2
      min.js
  6. 2
      min.js.map
  7. 2
      package.json

@ -1,7 +1,7 @@
{ {
"name": "glowing-bear", "name": "glowing-bear",
"description": "A webclient for WeeChat", "description": "A webclient for WeeChat",
"version": "0.7.1", "version": "0.7.2",
"homepage": "https://github.com/glowing-bear/glowing-bear", "homepage": "https://github.com/glowing-bear/glowing-bear",
"license": "GPLv3", "license": "GPLv3",
"private": true, "private": true,

@ -344,7 +344,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">&times;</button> <button type="button" class="close" ng-click="closeModal($event)" aria-hidden="true">&times;</button>
<span class="pull-right version">Glowing Bear version 0.7.1</span> <span class="pull-right version">Glowing Bear version 0.7.2</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.7.1", "version": "0.7.2",
"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.7.1" "version": "0.7.2"
} }

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -1,7 +1,7 @@
{ {
"name": "glowing-bear", "name": "glowing-bear",
"private": true, "private": true,
"version": "0.7.1", "version": "0.7.2",
"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…
Cancel
Save