Skip to content

Commit

Permalink
Bump to v4.2
Browse files Browse the repository at this point in the history
Signed-off-by: Reilly Brogan <[email protected]>
  • Loading branch information
ReillyBrogan committed Jan 19, 2024
1 parent f9c1d9b commit b0aa69f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/build/
*.tar.*
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project(
'plasma-desktop-branding',
['c'],
version: '4.1',
version: '4.2',
license: [
'Apache-2.0',
],
Expand Down
2 changes: 1 addition & 1 deletion mkrelease.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ meson --prefix /usr build
ninja dist -C build

# Bump in tandem with meson.build, run script once new tag is up.
VERSION="4.1"
VERSION="4.2"
TAR="plasma-desktop-branding-${VERSION}.tar.xz"
mv build/meson-dist/$TAR .

Expand Down

0 comments on commit b0aa69f

Please sign in to comment.