Skip to content

Commit 52d1c67

Browse files
committed
Bump to 1.4.2
1 parent 8c07756 commit 52d1c67

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ 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.0" date="2021-12-21">
34+
<release version="1.4.2" date="2021-12-21">
3535
<description>
3636
<p>Suport for large files (more than 1 GB)</p>
3737
<p>Suport for files with special characters in the name (`, $, %, etc.)</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.1";
32+
public abstract const string VERSION = "1.4.2";
3333
}
3434
}

0 commit comments

Comments
 (0)