Skip to content

Commit c8060fb

Browse files
update version for 3.0.1 (slgobinath#783)
1 parent c7c18ee commit c8060fb

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
safeeyes (3.0.1) noble; urgency=medium
2+
3+
* bugfix release
4+
5+
-- Archisman Panigrahi <[email protected]> Thu, 11 Sep 2025 22:17:07 +0000
6+
17
safeeyes (3.0.0) noble; urgency=medium
28

39
* Internal fixes for flatpak.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "safeeyes"
3-
version = "3.0.0"
3+
version = "3.0.1"
44
description = "Protect your eyes from eye strain using this continuous breaks reminder."
55
license = "GPL-3.0-or-later"
66
keywords = ["linux utility health eye-strain safe-eyes"]
@@ -29,7 +29,7 @@ requires-python = ">=3.10"
2929

3030
[project.urls]
3131
Homepage = "https://github.com/slgobinath/SafeEyes"
32-
Downloads = "https://github.com/slgobinath/SafeEyes/archive/v3.0.0.tar.gz"
32+
Downloads = "https://github.com/slgobinath/SafeEyes/archive/v3.0.1.tar.gz"
3333

3434
[project.scripts]
3535
safeeyes = "safeeyes.__main__:main"

safeeyes/glade/about_dialog.glade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ along with this program. If not, see &lt;https://www.gnu.org/licenses/&gt;.</pr
6464
<property name="valign">center</property>
6565
<property name="margin-top">10</property>
6666
<property name="margin-bottom">10</property>
67-
<property name="label">Safe Eyes 3.0.0</property>
67+
<property name="label">Safe Eyes 3.0.1</property>
6868
<property name="justify">center</property>
6969
<property name="hexpand">1</property>
7070
<property name="vexpand">1</property>

safeeyes/platform/io.github.slgobinath.SafeEyes.metainfo.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
<url type="homepage">https://slgobinath.github.io/SafeEyes/</url>
5454

5555
<releases>
56+
<release version="3.0.1" date="2025-09-11" />
5657
<release version="3.0.0" date="2025-08-24" />
5758
<release version="3.0.0~b6" date="2025-08-24" />
5859
<release version="3.0.0~b5" date="2025-08-22" />

0 commit comments

Comments
 (0)