Skip to content

Commit

Permalink
Bump to 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bcedu committed Dec 22, 2021
1 parent 8c07756 commit 52d1c67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/com.github.bcedu.valasimplehttpserver.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Do you have a film in the computer and you want to watch it on the mobile phone?
</screenshot>
</screenshots>
<releases>
<release version="1.4.0" date="2021-12-21">
<release version="1.4.2" date="2021-12-21">
<description>
<p>Suport for large files (more than 1 GB)</p>
<p>Suport for files with special characters in the name (`, $, %, etc.)</p>
Expand Down
2 changes: 1 addition & 1 deletion src/configs/Constants.vala
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ namespace App.Configs {
public abstract const string APP_ICON = "com.github.bcedu.valasimplehttpserver";
public abstract const string APP_NAME = "VServer";
public abstract const string LAUNCHER_ID = "com.github.bcedu.valasimplehttpserver.desktop";
public abstract const string VERSION = "1.4.1";
public abstract const string VERSION = "1.4.2";
}
}

0 comments on commit 52d1c67

Please sign in to comment.