diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b06e48e7fa..1f7c58c403 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -50,7 +50,7 @@ jobs: uses: actions/upload-artifact@v3 with: name: Pinta-linux-dotnet-${{matrix.dotnet_version}}.zip - path: pinta-2.1.zip + path: pinta-2.2.zip if-no-files-found: error build-macos: diff --git a/CHANGELOG.md b/CHANGELOG.md index 172a82c6ce..9236025de9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,18 @@ # Change Log All notable changes to this project (beginning with version 1.7) will be documented in this file. -## [Unreleased](https://github.com/PintaProject/Pinta/compare/2.0.1...HEAD) +## [Unreleased](https://github.com/PintaProject/Pinta/compare/2.1...HEAD) + +Thanks to the following contributors who worked on this release: +- @cameronwhite + +### Added + +### Changed + +### Fixed + +## [2.1](https://github.com/PintaProject/Pinta/releases/tag/2.1) - 2023/01/03 Thanks to the following contributors who worked on this release: - @cameronwhite diff --git a/Directory.Build.props b/Directory.Build.props index 0f08bf8510..86f36cf950 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -5,7 +5,7 @@ enable - 2.1.0.0 + 2.2.0.0 PintaProject diff --git a/Pinta.Core/PintaCore.cs b/Pinta.Core/PintaCore.cs index 97a53a3f55..9f552691fe 100644 --- a/Pinta.Core/PintaCore.cs +++ b/Pinta.Core/PintaCore.cs @@ -49,7 +49,7 @@ public static class PintaCore public static PaletteFormatManager PaletteFormats { get; private set; } public static IServiceManager Services { get; } - public const string ApplicationVersion = "2.1"; + public const string ApplicationVersion = "2.2"; static PintaCore () { diff --git a/configure.ac b/configure.ac index cf6a3ff7af..0de0c7ef70 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT([pinta], [2.1]) +AC_INIT([pinta], [2.2]) AM_INIT_AUTOMAKE([tar-ustar foreign]) AC_PROG_INSTALL diff --git a/installer/macos/Info.plist b/installer/macos/Info.plist index c5ddd2697e..f4b4d0b63b 100644 --- a/installer/macos/Info.plist +++ b/installer/macos/Info.plist @@ -116,11 +116,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 2.1 + 2.2 CFBundleSignature xmmd CFBundleVersion - 2.1 + 2.2 NSAppleScriptEnabled NO UTImportedTypeDeclarations diff --git a/installer/windows/installer.iss b/installer/windows/installer.iss index a3ef90c167..6943494c2e 100644 --- a/installer/windows/installer.iss +++ b/installer/windows/installer.iss @@ -1,5 +1,5 @@ #define ProductName "Pinta" -#define ProductVersion "2.1" +#define ProductVersion "2.2" [Setup] AppId=C0BCDEDA-62E7-4A43-8435-58323E096912