diff --git a/debian/changelog b/debian/changelog index 4d830ed..3fd9d65 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,5 @@ -picosnitch (1.0.2) stable; urgency=low +picosnitch (1.0.3) stable; urgency=low * see releases on github for changes - -- Eric Lesiuta Wed, 13 Dec 2023 00:00:00 +0000 + -- Eric Lesiuta Tue, 2 Jan 2024 00:00:00 +0000 diff --git a/picosnitch.py b/picosnitch.py index 8549bc6..b8a1f39 100755 --- a/picosnitch.py +++ b/picosnitch.py @@ -58,7 +58,7 @@ import psutil # picosnitch version and supported platform -VERSION: typing.Final[str] = "1.0.2" +VERSION: typing.Final[str] = "1.0.3" 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 ae308c1..301f0b4 100644 --- a/rpm/picosnitch.spec +++ b/rpm/picosnitch.spec @@ -1,5 +1,5 @@ Name: picosnitch -Version: 1.0.2 +Version: 1.0.3 Release: 1%{?dist} License: GPL-3.0 Summary: Monitor network traffic per executable using BPF @@ -76,6 +76,6 @@ install -D -m 644 debian/picosnitch.service %{buildroot}%{_unitdir}/%{name}.serv %endif %changelog -* Wed Dec 13 2023 Eric Lesiuta - 1.0.2-1 +* Tue Jan 2 2024 Eric Lesiuta - 1.0.3-1 - see releases on github for changes diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 22233ec..714ffcb 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -6,7 +6,7 @@ description: | confinement: classic grade: stable base: core22 -version: '1.0.2' +version: '1.0.3' architectures: - build-on: amd64