diff --git a/debian/changelog b/debian/changelog index 8e96202..53ccb2a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,5 @@ -picosnitch (0.12.0) unstable; urgency=low +picosnitch (0.13.0) unstable; urgency=low * see releases on github for changes - -- Eric Lesiuta Sun, 19 Feb 2023 00:00:00 +0000 + -- Eric Lesiuta Wed, 19 Jul 2023 00:00:00 +0000 diff --git a/picosnitch.py b/picosnitch.py index 5f7321f..85a1f94 100755 --- a/picosnitch.py +++ b/picosnitch.py @@ -57,7 +57,7 @@ import psutil # picosnitch version and supported platform -VERSION: typing.Final[str] = "0.12.0" +VERSION: typing.Final[str] = "0.13.0" assert sys.version_info >= (3, 8), "Python version >= 3.8 is required" assert sys.platform.startswith("linux"), "Did not detect a supported operating system" diff --git a/rpm/picosnitch.spec b/rpm/picosnitch.spec index 5d86ba2..e062765 100644 --- a/rpm/picosnitch.spec +++ b/rpm/picosnitch.spec @@ -1,5 +1,5 @@ Name: picosnitch -Version: 0.12.0 +Version: 0.13.0 Release: 1%{?dist} License: GPL-3.0 Summary: Monitor network traffic per executable using BPF @@ -69,6 +69,6 @@ install -D -m 644 debian/picosnitch.service %{buildroot}%{_unitdir}/%{name}.serv %endif %changelog -* Sun Feb 19 2023 Eric Lesiuta - 0.12.0-1 +* Wed Jul 19 2023 Eric Lesiuta - 0.13.0-1 - see releases on github for changes diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 3f77726..a532340 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -6,7 +6,7 @@ description: | confinement: strict grade: stable base: core22 -version: '0.12.0' +version: '0.13.0' architectures: - build-on: amd64