diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b1b7c4797..1a5a81fc4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,4 +16,4 @@ jobs: GIT_USER_NAME: "elementaryBot" GIT_USER_EMAIL: "builds@elementary.io" with: - release_branch: 'noble' + release_branch: 'resolute' diff --git a/data/icons.metainfo.xml.in b/data/icons.metainfo.xml.in index 29b7f53c3..2c839957c 100644 --- a/data/icons.metainfo.xml.in +++ b/data/icons.metainfo.xml.in @@ -1,5 +1,5 @@ - + io.elementary.icons CC0-1.0 diff --git a/meson.build b/meson.build index 3907b92df..492c03a97 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project ( 'io.elementary.icons', - version: '8.2.0', + version: '9.0.0', license : 'GPL3+', meson_version: '>=0.61', )