diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2243aef0f..58d6e4bc7 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: 'juno' + release_branch: 'odin' diff --git a/data/io.elementary.photos.appdata.xml.in b/data/io.elementary.photos.appdata.xml.in index 616ce9b5b..c7933caf2 100644 --- a/data/io.elementary.photos.appdata.xml.in +++ b/data/io.elementary.photos.appdata.xml.in @@ -33,9 +33,10 @@ - +
    +
  • Fix keyboard activation in tool windows
  • Show saved state correctly in the context-menu
  • Translation updates
diff --git a/data/screenshot-adjust.png b/data/screenshot-adjust.png index f5755eecd..8c45dcc2e 100644 Binary files a/data/screenshot-adjust.png and b/data/screenshot-adjust.png differ diff --git a/data/screenshot.png b/data/screenshot.png index ea470879b..07796d096 100644 Binary files a/data/screenshot.png and b/data/screenshot.png differ diff --git a/meson.build b/meson.build index 6f8f71fa9..4f7e8f66d 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'io.elementary.photos', 'vala', 'c', - version: '2.7.0', + version: '2.7.1', meson_version: '>=0.46.0' )