aboutsummaryrefslogtreecommitdiff
path: root/infcloud.spec
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2023-03-09 18:16:23 -0500
committerB. Stack <bgstack15@gmail.com>2023-03-09 18:16:23 -0500
commitedeff181c6478fa1a939473c38812cc7dddc9453 (patch)
tree48779a53d0c20fb1e1a2bb764b5b7266fcd3d875 /infcloud.spec
parentsmall web ui fixes (diff)
downloadradicaleinfcloud-edeff181c6478fa1a939473c38812cc7dddc9453.tar.gz
radicaleinfcloud-edeff181c6478fa1a939473c38812cc7dddc9453.tar.bz2
radicaleinfcloud-edeff181c6478fa1a939473c38812cc7dddc9453.zip
version 0.13.5.1
Diffstat (limited to 'infcloud.spec')
-rw-r--r--infcloud.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/infcloud.spec b/infcloud.spec
index 8cb6223..969a8db 100644
--- a/infcloud.spec
+++ b/infcloud.spec
@@ -1,7 +1,7 @@
%define branch stackrpms
%define pname RadicaleInfCloud
Name: infcloud
-Version: 0.13.5
+Version: 0.13.5.1
Release: 1%{?dist}
Summary: Rich web client for carddav and caldav
BuildArch: noarch
@@ -46,6 +46,9 @@ ln -s %{_sysconfdir}/%{name}/cache.manifest %{buildroot}%{_datadir}/%{name}/radi
%doc README-stackrpms.md
%changelog
+* Thu Mar 09 2023 B. Stack <bgstack15@gmail.com> - 0.13.5.1-1
+- Version bump to ensure my prod environment has all improvements
+
* Sat Jan 07 2023 B. Stack <bgstack15@gmail.com> - 0.13.5-1
- Add CTRL+Enter reaction on edit dialog, which presses save button
- Add resize handle on note field of calendar events regardless
bgstack15