Skip to content

Commit

Permalink
chore: 🔖 bump patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
djinnalexio committed Jun 5, 2024
1 parent 86dd07a commit 2c28fd1
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 11 deletions.
11 changes: 7 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
# SPDX-License-Identifier: GPL-3.0-or-later
# SPDX-FileCopyrightText: djinnalexio

COPYRIGHT_HOLDER = djinnalexio
EXTENSION_GETTEXT_DOMAIN = eye-on-cursor
EXTENSION_UUID = $(EXTENSION_GETTEXT_DOMAIN)@djinnalexio.github.io
EXTENSION_UUID = eye-on-cursor@djinnalexio.github.io
ISSUES_URL = https://github.com/djinnalexio/eye-on-cursor/issues
PACK_NAME = $(EXTENSION_UUID).shell-extension.zip
VERSION = 1.1.1

.phony: pack install uninstall prefs test-wayland test-prefs-settings test-prefs-window update-pot

Expand Down Expand Up @@ -50,6 +53,6 @@ update-pot:
--output=po/$(EXTENSION_GETTEXT_DOMAIN).pot \
--from-code=UTF-8 \
--package-name=$(EXTENSION_GETTEXT_DOMAIN) \
--package-version=1.1.0 \
--copyright-holder=djinnalexio \
--msgid-bugs-address=https://github.com/djinnalexio/$(EXTENSION_GETTEXT_DOMAIN)/issues
--package-version=$(VERSION) \
--copyright-holder=$(COPYRIGHT_HOLDER) \
--msgid-bugs-address=$(ISSUES_URL)
2 changes: 1 addition & 1 deletion eye-on-cursor@djinnalexio.github.io/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"url": "https://github.com/djinnalexio/eye-on-cursor/",
"gettext-domain": "eye-on-cursor",
"settings-schema": "org.gnome.shell.extensions.eye-on-cursor",
"version-name": "1.1.0"
"version-name": "1.1.1"
}
2 changes: 1 addition & 1 deletion eye-on-cursor@djinnalexio.github.io/settings/credits.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export function makeAboutDialog(metadata, path) {
application_icon: 'eye-on-cursor-logo',
application_name: metadata['name'],
artists: artists,
// comments: metadata['description'],
comments: metadata['description'],
copyright: copyright,
designers: designers,
developer_name: developerName,
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eye-on-cursor",
"version": "1.1.0",
"version": "1.1.1",
"description": "Let your desktop \"keep an eye\" on your mouse! And with the included cursor indicator, keep track of your pointer's every action!",
"license": "GPL-3.0-or-later",
"main": "eye-on-cursor@djinnalexio.github.io/extension.js",
Expand Down
2 changes: 1 addition & 1 deletion po/eye-on-cursor.pot
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: eye-on-cursor 1.1.0\n"
"Project-Id-Version: eye-on-cursor 1.1.1\n"
"Report-Msgid-Bugs-To: https://github.com/djinnalexio/eye-on-cursor/issues\n"
"POT-Creation-Date: 2024-06-04 16:00+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
Expand Down
2 changes: 1 addition & 1 deletion po/fr.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: eye-on-cursor 1.1.0\n"
"Project-Id-Version: eye-on-cursor 1.1.1\n"
"Report-Msgid-Bugs-To: https://github.com/djinnalexio/eye-on-cursor/issues\n"
"POT-Creation-Date: 2024-06-04 16:00+0100\n"
"PO-Revision-Date: 2024-06-04 16:54+0100\n"
Expand Down

0 comments on commit 2c28fd1

Please sign in to comment.