Skip to content

Commit 676d1ca

Browse files
committed
Release v1.4
1 parent d2eaa92 commit 676d1ca

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

AppImageBuilder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ AppDir:
66
id: com.github.AXeL-dev.silaty
77
name: Silaty
88
icon: /usr/share/icons/hicolor/scalable/apps/silaty.svg
9-
version: latest
9+
version: '1.4'
1010
exec: /usr/local/bin/silaty-indicator
1111
exec_args: $@
1212
runtime:

silaty-indicator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ def about_dialog(self, widget, data=None):# The About Dialog
250250
251251
You should have received a copy of the GNU General Public License
252252
along with this program. If not, see <http://www.gnu.org/licenses/>.''')
253-
about_dialog.set_version("1.3")
253+
about_dialog.set_version("1.4")
254254
about_dialog.set_comments(_("A neat Prayer Time Reminder App.\n Simple and complete so no prayer is missed"))
255255
about_dialog.set_copyright(_("Copyright © %s Silaty Team") % '2021')
256256
about_dialog.run()

snap/snapcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: silaty # you probably want to 'snapcraft register <name>'
22
base: core18 # the base snap is the execution environment for this snap
3-
version: '0.1' # just for humans, typically '1.2+git' or '1.3.2'
3+
version: '1.4' # just for humans, typically '1.2+git' or '1.3.2'
44
summary: A neat prayer reminder app # 79 char long summary
55
description: |
66
A neat prayer reminder app

0 commit comments

Comments
 (0)