Skip to content

Commit

Permalink
version 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
elesiuta committed Jan 2, 2024
1 parent 301c821 commit 7dfd74d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> Wed, 13 Dec 2023 00:00:00 +0000
-- Eric Lesiuta <[email protected]> Tue, 2 Jan 2024 00:00:00 +0000
2 changes: 1 addition & 1 deletion picosnitch.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
4 changes: 2 additions & 2 deletions rpm/picosnitch.spec
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -76,6 +76,6 @@ install -D -m 644 debian/picosnitch.service %{buildroot}%{_unitdir}/%{name}.serv
%endif

%changelog
* Wed Dec 13 2023 Eric Lesiuta <[email protected]> - 1.0.2-1
* Tue Jan 2 2024 Eric Lesiuta <[email protected]> - 1.0.3-1
- see releases on github for changes

2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: |
confinement: classic
grade: stable
base: core22
version: '1.0.2'
version: '1.0.3'

architectures:
- build-on: amd64
Expand Down

0 comments on commit 7dfd74d

Please sign in to comment.