Skip to content

Commit 8a56ff7

Browse files
committed
1 parent 2042de8 commit 8a56ff7

3 files changed

Lines changed: 4 additions & 5 deletions

File tree

blueprint-compiler

Submodule blueprint-compiler updated from 87a8ef8 to 6f4806b

re.sonny.Workbench.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@
6161
"sources": [
6262
{
6363
"type": "git",
64-
"url": "https://gitlab.gnome.org/sonny/blueprint-compiler",
65-
"commit": "87a8ef8a3bdfeff5547dc6d6cc1ca41a303ce6fb"
64+
"url": "https://gitlab.gnome.org/jwestman/blueprint-compiler.git",
65+
"commit": "6f4806bfb3514c3fa01e0880c4bd9d399e058a44"
6666
}
6767
]
6868
},

src/about.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,5 @@ function getValaVersion() {
7474
}
7575

7676
function getBlueprintVersion() {
77-
// https://gitlab.gnome.org/jwestman/blueprint-compiler/-/issues/61
78-
return "Blueprint 0.6.0-Workbench";
77+
return "Blueprint 6f4806bf";
7978
}

0 commit comments

Comments
 (0)