Skip to content

Commit bde2018

Browse files
committed
chore: bump to be ahead of libpeas-2 10.9.x branch
1 parent 1570fc4 commit bde2018

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/panel/plugin/plugin-manager.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ static void budgie_panel_plugin_manager_init(BudgiePanelPluginManager *self) {
107107
g_clear_error(error);
108108
}
109109

110-
g_irepository_require(NULL, "Budgie", "2.0", 0, &error);
110+
g_irepository_require(NULL, "Budgie", "3.0", 0, &error);
111111

112112
if G_UNLIKELY (error) {
113113
g_warning("Error loading typelibs: %s", error->message);

src/raven/plugin_manager.vala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ namespace Budgie {
4444
try {
4545
var repo = GI.Repository.get_default();
4646
repo.require("Peas", "2", 0);
47-
repo.require("BudgieRaven", "2.0", 0);
47+
repo.require("BudgieRaven", "3.0", 0);
4848
} catch (Error e) {
4949
message("Error loading typelibs: %s", e.message);
5050
}

0 commit comments

Comments
 (0)