Raise version

This commit is contained in:
Igor Zhukov 2014-02-06 00:00:28 +04:00
parent 48b3403568
commit b740c8902d
4 changed files with 4 additions and 5 deletions

View File

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

View File

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

View File

@ -1,7 +1,7 @@
{ {
"name": "Webogram", "name": "Webogram",
"description": "Webogram UNOFFICIAL Telegram Web App.\nMore info & source code here: https://github.com/zhukov/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", "launch_path": "/index.html",
"developer": { "developer": {
"name": "Igor Zhukov", "name": "Igor Zhukov",

View File

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