Skip to content

Commit 3e7c976

Browse files
committed
Bumpt to v1.6.1
1 parent e7331dc commit 3e7c976

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ Do you have a film on the computer and you want to watch it on your mobile phone
3131
</screenshot>
3232
</screenshots>
3333
<releases>
34+
<release version="1.6.1" date="2022-03-20">
35+
<description>
36+
<p>Internal changes to remove deprecated dependencies</p>
37+
</description>
38+
</release>
3439
<release version="1.6.0" date="2022-01-01">
3540
<description>
3641
<p>Redesigned web navigation:</p>

debian/changelog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
com.github.bcedu.valasimplehttpserver (1.0.1) precise; urgency=low
1+
com.github.bcedu.valasimplehttpserver (1.6.1) precise; urgency=low
22

33
[ Eduard Berloso Clarà ]
44
* Firs release

src/configs/Constants.vala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ 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.6.0";
32+
public abstract const string VERSION = "1.6.1";
3333
public const string SERVER_STYLES_PATH = "/_vserver-styles.css";
3434
public const string DATE_FORMAT = "%x";
3535
}

0 commit comments

Comments
 (0)