Skip to content
This repository was archived by the owner on Jan 17, 2025. It is now read-only.

Commit a8c3a6e

Browse files
committed
Release v0.5.1
1 parent c50a62b commit a8c3a6e

File tree

5 files changed

+13
-3
lines changed

5 files changed

+13
-3
lines changed

app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "whatsupp",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"license": "GPL-3.0",
55
"repository": {
66
"type": "git",

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
whatsapp-desktop (0.5.1-1) unstable; urgency=low
2+
3+
* Fix 'Chrome 36' error
4+
5+
-- Alin <[email protected]> Sat, 31 Mar 2018 11:25:47 +0200
6+
17
whatsapp-desktop (0.5.0-1) unstable; urgency=low
28

39
* Bugfix

eu.alindt.whatsupp.appdata.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
<update_contact>whatsupp_at_cevreau_dot_eu</update_contact>
1919
<translation type="gettext">inkscape</translation>
2020
<releases>
21+
<release version="v0.5.1" date="2019-04-21"/>
2122
<release version="v0.5.0" date="2018-03-31"/>
2223
<release version="v0.4.2" date="2018-01-03"/>
2324
<release version="v0.4.1" date="2018-01-02"/>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "WhatsUpp",
33
"productName": "WhatsUpp",
4-
"version": "0.5.0",
4+
"version": "0.5.1",
55
"revision": "1",
66
"repository": "https://github.com/alindt/WhatsUpp.git",
77
"description": "Native desktop app/wrapper for https://web.whatsapp.com. Built with Electron.",

whatsupp.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
Summary: WhatsUpp
77
Name: WhatsUpp
8-
Version: 0.5.0
8+
Version: 0.5.1
99
Release: 1
1010
License: GPL
1111
Group: None
@@ -56,6 +56,9 @@ rm -rf %{buildroot}
5656
/usr/share/icons/hicolor/64x64/apps/whatsupp.png
5757

5858
%changelog
59+
* Sun Apr 21 2018 alindt <[email protected]> 0.5.1-1
60+
- See debian changelog in repo
61+
5962
* Sat Mar 31 2018 Enrico204 <[email protected]> 0.5.0-1
6063
- See debian changelog in repo
6164

0 commit comments

Comments
 (0)