diff --git a/_service b/_service
index e4de899..34cb84e 100644
--- a/_service
+++ b/_service
@@ -3,8 +3,8 @@
https://github.com/pop-os/cosmic-screenshot.git
git
- master
- 0.1.0+git%cd.%h
+ @PARENT_TAG@
+ 1.0.0.a1
yes
diff --git a/cosmic-screenshot-0.1.0+git20240725.031eb66.tar.zst b/cosmic-screenshot-0.1.0+git20240725.031eb66.tar.zst
deleted file mode 100644
index e8dd339..0000000
--- a/cosmic-screenshot-0.1.0+git20240725.031eb66.tar.zst
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:247da837e8506e3e80cddb665867864bee687e63bcad40ae90ede16f32ece52a
-size 96145
diff --git a/cosmic-screenshot-1.0.0.a1.tar.zst b/cosmic-screenshot-1.0.0.a1.tar.zst
new file mode 100644
index 0000000..22d509d
--- /dev/null
+++ b/cosmic-screenshot-1.0.0.a1.tar.zst
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:49b9a57aa508d8e8dbf6ffac0405147787236281874110bab33a2e18a8d45a97
+size 96785
diff --git a/cosmic-screenshot.changes b/cosmic-screenshot.changes
index d7ba41f..464962f 100644
--- a/cosmic-screenshot.changes
+++ b/cosmic-screenshot.changes
@@ -1,3 +1,12 @@
+-------------------------------------------------------------------
+Wed Aug 7 01:49:31 UTC 2024 - Richard Rahl
+
+- update to 1.0.0-alpha1:
+ * update icon
+ * chore: update notification icon and text
+ * Update justfile
+- enable leap (thanks to vyvir)
+
-------------------------------------------------------------------
Thu Mar 14 02:27:03 UTC 2024 - Richard Rahl
diff --git a/cosmic-screenshot.spec b/cosmic-screenshot.spec
index 1f3a64c..a877ea4 100644
--- a/cosmic-screenshot.spec
+++ b/cosmic-screenshot.spec
@@ -18,7 +18,7 @@
%define appname com.system76.CosmicScreenshot
Name: cosmic-screenshot
-Version: 0.1.0+git20240725.031eb66
+Version: 1.0.0.a1
Release: 0
Summary: Utility for capturing screenshots via XDG Desktop Portal
License: GPL-3.0-only
@@ -51,7 +51,7 @@ just rootdir=%{buildroot} prefix=%{_prefix} install
%doc README.md
%{_bindir}/%{name}
%{_datadir}/applications/%{appname}.desktop
-%{_iconsdir}/hicolor/??x??/apps/%{appname}.svg
-%{_iconsdir}/hicolor/???x???/apps/%{appname}.svg
+%{_datadir}/icons/hicolor/??x??/apps/%{appname}.svg
+%{_datadir}/icons/hicolor/???x???/apps/%{appname}.svg
%changelog