Skip to content

Commit

Permalink
(make-release) Update version from 10.1.0 to 10.1.1
Browse files Browse the repository at this point in the history
Signed-off-by: Fin Christensen <[email protected]>
  • Loading branch information
fin-ger committed May 29, 2022
1 parent 4516087 commit b868b05
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Release GNOME extension artifacts
id: package
run: |
VERSION="10.1.0"
VERSION="10.1.1"
echo "::set-output name=version::$VERSION"
make dist
cp target/cpupower-$VERSION.zip $GITHUB_WORKSPACE/cpupower-$VERSION.zip
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PREFIX ?= /usr

VERSION="10.1.0"
VERSION="10.1.1"

MSGFMT = /usr/bin/msgfmt
GLIB_COMPILE_SCHEMAS = /usr/bin/glib-compile-schemas
Expand Down
2 changes: 1 addition & 1 deletion data/cpupower-preferences.glade
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ along with gnome-shell extension cpupower. If not, see
<property name="can-focus">False</property>
<property name="type-hint">dialog</property>
<property name="program-name">CPU Power Manager</property>
<property name="version">10.1.0</property>
<property name="version">10.1.1</property>
<property name="comments" translatable="yes">Gnome-Shell Extension for controlling the frequency scaling driver of your CPU.</property>
<property name="website">https://github.com/deinstapel/cpupower</property>
<property name="authors">Martin Koppehel (@martin31821)
Expand Down
6 changes: 6 additions & 0 deletions dist/deb/gnome-shell-extension-cpupower/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
gnome-shell-extension-cpupower (10.1.1-1) UNRELEASED; urgency=medium

* Update version to 10.1.1

-- Fin Christensen <[email protected]> Sun, 29 May 2022 20:42:56 +0200

gnome-shell-extension-cpupower (10.1.0-1~jammy1) jammy; urgency=medium

* Create jammy release
Expand Down
2 changes: 1 addition & 1 deletion dist/rpm/SPECS/gnome-shell-extension-cpupower.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: gnome-shell-extension-cpupower
Version: 10.1.0
Version: 10.1.1
Release: 1%{?dist}
Summary: Gnome-Shell Extension for controlling the frequency setting of your CPU
BuildArch: noarch
Expand Down
2 changes: 1 addition & 1 deletion tool/cpufreqctl
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

set -o errexit -o nounset

VERSION="10.1.0"
VERSION="10.1.1"
PRODUCTION=yes

log ()
Expand Down
2 changes: 1 addition & 1 deletion tool/installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

set -e

VERSION="10.1.0"
VERSION="10.1.1"

EXIT_SUCCESS=0
EXIT_INVALID_ARG=1
Expand Down

0 comments on commit b868b05

Please sign in to comment.