diff --git a/appveyor.yml b/appveyor.yml index 4062025d..0b1684b1 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 2.1.{build} +version: 2.2.{build} shallow_clone: true diff --git a/packaging/rpm/freelan.spec b/packaging/rpm/freelan.spec index 9d872f61..b22227d5 100644 --- a/packaging/rpm/freelan.spec +++ b/packaging/rpm/freelan.spec @@ -72,6 +72,9 @@ else fi %changelog +* Tue May 7 2019 - 2.2-1 +- Version 2.2. + * Fri Aug 11 2017 - 2.1-1 - First RPM version. diff --git a/packaging/sailfishos/README.md b/packaging/sailfishos/README.md index fc5f1758..14417a5b 100644 --- a/packaging/sailfishos/README.md +++ b/packaging/sailfishos/README.md @@ -59,6 +59,6 @@ SD card, ...) and run the following to install: ``` pkgcon refresh -pkcon install-local /path/to/freelan-2.1-1.armv7hl.rpm +pkcon install-local /path/to/freelan-2.2-1.armv7hl.rpm ``` diff --git a/packaging/sailfishos/freelan.spec b/packaging/sailfishos/freelan.spec index 40e2b7c6..6bdd3bc1 100644 --- a/packaging/sailfishos/freelan.spec +++ b/packaging/sailfishos/freelan.spec @@ -75,6 +75,9 @@ else fi %changelog +* Tue May 7 2019 - 2.2-1 +- Version 2.2. + * Tue Aug 15 2017 - 2.1-1 - First RPM version.