Browse Source

Raise version

master
Igor Zhukov 10 years ago
parent
commit
b740c8902d
  1. 3
      app/css/app.css
  2. 2
      app/manifest.json
  3. 2
      app/manifest.webapp
  4. 2
      app/partials/settings_modal.html

3
app/css/app.css

@ -528,9 +528,8 @@ a.im_dialog:hover .im_dialog_message_text { @@ -528,9 +528,8 @@ a.im_dialog:hover .im_dialog_message_text {
float: right;
width: 10px;
height: 10px;
border-radius: 7px;
border-radius: 5px;
overflow: hidden;
/*position: absolute;*/
margin: 8px 0 0;
}

2
app/manifest.json

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
{
"name": "Telegram UNOFFICIAL",
"version": "0.0.12",
"version": "0.0.13",
"short_name": "Webogram",
"manifest_version": 2,
"app": {

2
app/manifest.webapp

@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
{
"name": "Webogram",
"description": "Webogram – UNOFFICIAL Telegram Web App.\nMore info & source code here: https://github.com/zhukov/webogram",
"version": "0.0.12",
"version": "0.0.13",
"launch_path": "/index.html",
"developer": {
"name": "Igor Zhukov",

2
app/partials/settings_modal.html

@ -58,7 +58,7 @@ @@ -58,7 +58,7 @@
<p>
<strong>Version: </strong>
<span class="settings_version">alpha 0.0.12</span>
<span class="settings_version">alpha 0.0.13</span>
</p>
<hr/>

Loading…
Cancel
Save