Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
prepare version 2.2.0
- Loading branch information
Showing
with
7 additions
and
6 deletions.
-
+1
−1
README.md
-
+2
−1
app/main.css
-
+3
−3
package.json
-
+1
−1
setup.iss
|
@@ -4,7 +4,7 @@ SUM - Secure Ultimate Messenger |
|
|
Copyright (c) 2015 Tobias Zeising, tobias.zeising@aditu.de |
|
|
http://www.sum-messenger.org/<br /> |
|
|
Licensed under the GPLv3 license |
|
|
Version 2.2.0-SNAPSHOT |
|
|
Version 2.2.0 |
|
|
|
|
|
[](https://travis-ci.org/SSilence/sum) |
|
|
|
|
|
|
@@ -1022,7 +1022,8 @@ input.remove, |
|
|
flex:1; |
|
|
} |
|
|
|
|
|
.entry-status { |
|
|
.entry-status, |
|
|
.entry-status a { |
|
|
color:#B8B8B8; |
|
|
} |
|
|
|
|
|
|
|
@@ -1,7 +1,7 @@ |
|
|
{ |
|
|
"name": "SUM", |
|
|
"description": "S Ultimate Messenger", |
|
|
"version": "2.2.0-SNAPSHOT", |
|
|
"version": "2.2.0", |
|
|
"main": "app/index.html", |
|
|
"repository": { |
|
|
"type": "git", |
|
@@ -11,8 +11,8 @@ |
|
|
"window": { |
|
|
"icon": "app/favicon.png", |
|
|
"toolbar": false, |
|
|
"width": 900, |
|
|
"height": 600, |
|
|
"width": 1200, |
|
|
"height": 800, |
|
|
"frame": false, |
|
|
"min_width": 860, |
|
|
"min_height": 580 |
|
|
|
|
@@ -1,5 +1,5 @@ |
|
|
#define MyAppName "Secure Ultimate Messenger" |
|
|
#define MyAppVersion "2.2.0-SNAPSHOT" |
|
|
#define MyAppVersion "2.2.0" |
|
|
#define MyAppPublisher "Tobias Zeising" |
|
|
#define MyAppURL "http://www.sum-messenger.org" |
|
|
#define LaunchProgram "Starte Secure Ultimate Messenger nach der Installation" |
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.