Skip to content
This repository has been archived by the owner on May 10, 2019. It is now read-only.

Commit

Permalink
WHOOPSIE
Browse files Browse the repository at this point in the history
  • Loading branch information
bleakgrey committed May 18, 2018
1 parent fdb6162 commit f5be9b0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 11 deletions.
2 changes: 1 addition & 1 deletion data/com.github.bleakgrey.transporter.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
</screenshots>

<releases>
<release version="1.3.2" date="2018-05-18">
<release version="1.3.3" date="2018-05-18">
​ <description>
​ <ul>
<li>Added custom Download folder support</li>
Expand Down
9 changes: 1 addition & 8 deletions data/com.github.bleakgrey.transporter.desktop.in
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,13 @@ Keywords[fr_FR]=partage;fichiers;envoyer;recevoir;wormhole;transfert;
Keywords[it_IT]=condivisione;file;mandare;ricevere;wormhole;trasferimento;
MimeType=text/plain;
StartupNotify=true
X-GNOME-Gettext-Domain=com.github.bleakgrey.transporter
Actions=ShowSend;ShowReceive;
[Desktop Action ShowSend]
Exec=com.github.bleakgrey.transporter --send
Name=Send Files
Name[ru]=Отправить Файлы
Name[lt]=Siųsti failus
Name[fr_FR]=Envoie de Fichiers
Name[it_IT]=Mandare dei file
[Desktop Action ShowReceive]
Exec=com.github.bleakgrey.transporter --receive
Name=Receive Files
Name[ru]=Получить Файлы
Name[lt]=Gauti failus
Name[fr_FR]=Reception de Fichiers
Name[it_IT]=ricevere dei file
2 changes: 1 addition & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
transporter (1.3.2) xenial; urgency=low
transporter (1.3.3) xenial; urgency=low

* Added custom Download folder support
* Added single file selection support instead of drag and dropping
Expand Down
2 changes: 1 addition & 1 deletion src/Transporter.vala
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public class Transporter : Granite.Application {
application_id = "com.github.bleakgrey.transporter";
flags = ApplicationFlags.HANDLES_OPEN;
program_name = "Transporter";
build_version = "1.3.2";
build_version = "1.3.3";
}

public static int main (string[] args) {
Expand Down

0 comments on commit f5be9b0

Please sign in to comment.