Skip to content

Commit 42c5e6c

Browse files
committed
v47.1
1 parent 39f6eb9 commit 42c5e6c

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Among other things, Workbench comes with
4545
<details>
4646
<summary>Disable code formatting</summary>
4747

48-
[JavaScript](https://docs.rome.tools/formatter/#ignoring-code)
48+
[JavaScript](https://biomejs.dev/formatter/#ignore-code)
4949

5050
[CSS](https://prettier.io/docs/en/ignore.html#css)
5151

data/app.metainfo.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,9 @@
4343
</screenshots>
4444
<content_rating type="oars-1.1" />
4545
<releases>
46-
<release version="48.0" date="2025-02-xx">
46+
<release version="47.1" date="2025-01-24">
4747
<description translatable="no">
4848
<ul>
49-
<li>Use GNOME 48</li>
5049
<li>Fix permissions dialog</li>
5150
<li>Update Blueprint to 0.16.0</li>
5251
<li>Update libportal to 0.9.0</li>

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('Workbench', ['vala', 'c', 'rust'],
2-
version: '47.0',
2+
version: '47.1',
33
meson_version: '>= 0.64.0',
44
license: 'GPL-3.0-only',
55
default_options : [

0 commit comments

Comments
 (0)