Skip to content

Commit 346457f

Browse files
committed
Bump to 1.4.3
1 parent 39c02e9 commit 346457f

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

data/com.github.bcedu.valasimplehttpserver.appdata.xml.in

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,13 @@ Do you have a film in the computer and you want to watch it on the mobile phone?
3131
</screenshot>
3232
</screenshots>
3333
<releases>
34+
<release version="1.4.3" date="2021-12-26">
35+
<description>
36+
<p>Update translations</p>
37+
<p>Typo fixes in some texts</p>
38+
<p>Use libsoup3.0 (developers things: change things that already work to do the same thing that is already working risking failing things that did not fail).</p>
39+
</description>
40+
</release>
3441
<release version="1.4.2" date="2021-12-21">
3542
<description>
3643
<p>Suport for large files (more than 1 GB)</p>

src/configs/Constants.vala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ namespace App.Configs {
2929
public abstract const string APP_ICON = "com.github.bcedu.valasimplehttpserver";
3030
public abstract const string APP_NAME = "VServer";
3131
public abstract const string LAUNCHER_ID = "com.github.bcedu.valasimplehttpserver.desktop";
32-
public abstract const string VERSION = "1.4.2";
32+
public abstract const string VERSION = "1.4.3";
3333
}
3434
}

0 commit comments

Comments
 (0)