Skip to content

Commit d39e454

Browse files
author
Barry de Graaff
committed
Add 0.0.2 release
1 parent 0d1d6dd commit d39e454

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

announcement-installer.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ wget --no-cache https://raw.githubusercontent.com/Zimbra-Community/announcements
7272
/opt/zimbra/bin/mysql announcements_db < /root/AnnouncementsEntry.sql
7373

7474
echo "Installing Zimlet"
75-
wget --no-cache https://github.com/Zimbra-Community/announcements/releases/download/0.0.1/tk_barrydegraaff_announcements.zip -O /tmp/tk_barrydegraaff_announcements.zip
75+
wget --no-cache https://github.com/Zimbra-Community/announcements/releases/download/0.0.2/tk_barrydegraaff_announcements.zip -O /tmp/tk_barrydegraaff_announcements.zip
7676
su - zimbra -c "zmzimletctl deploy /tmp/tk_barrydegraaff_announcements.zip"
7777

7878
echo "Install Portal Manifest"

extension/Announcements/.idea/workspace.xml

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

zimlet/tk_barrydegraaff_announcements/tk_barrydegraaff_announcements.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!--
22
3-
Copyright (C) 2016 Barry de Graaff
3+
Copyright (C) 2016-2019 Barry de Graaff
44
55
This program is free software: you can redistribute it and/or modify
66
it under the terms of the GNU General Public License as published by
@@ -17,7 +17,7 @@ along with this program. If not, see http://www.gnu.org/licenses/.
1717
1818
-->
1919
<zimlet name="tk_barrydegraaff_announcements"
20-
version="0.0.1"
20+
version="0.0.2"
2121
target="main compose-window view-window"
2222
label="Announcements"
2323
description="Show announcements to users">

0 commit comments

Comments
 (0)