Skip to content

Commit

Permalink
Release 4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ReillyBrogan committed Mar 3, 2024
1 parent 55656dd commit 15ca098
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.2',
version: '4.3',
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.2"
VERSION="4.3"
TAR="plasma-desktop-branding-${VERSION}.tar.xz"
mv build/meson-dist/$TAR .

Expand Down

0 comments on commit 15ca098

Please sign in to comment.