diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a25fe92..d6bb0739 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [2.2.3] - 2018-12-20 +### Fixed +- Fix syncdir option is ignored + ## [2.2.2] - 2018-12-20 ### Fixed - Handle short lived files in monitor mode diff --git a/contrib/gentoo/onedrive-2.2.2.ebuild b/contrib/gentoo/onedrive-2.2.3.ebuild similarity index 100% rename from contrib/gentoo/onedrive-2.2.2.ebuild rename to contrib/gentoo/onedrive-2.2.3.ebuild diff --git a/onedrive.1.in b/onedrive.1.in index 818731aa..01a91292 100644 --- a/onedrive.1.in +++ b/onedrive.1.in @@ -1,4 +1,4 @@ -.TH ONEDRIVE "1" "December 2018" "2.2.2" "User Commands" +.TH ONEDRIVE "1" "December 2018" "2.2.3" "User Commands" .SH NAME onedrive \- folder synchronization with OneDrive .SH SYNOPSIS diff --git a/pacman/PKGBUILD b/pacman/PKGBUILD index 52a725ce..3c68d46a 100644 --- a/pacman/PKGBUILD +++ b/pacman/PKGBUILD @@ -1,5 +1,5 @@ pkgname=onedrive -pkgver=2.2.2 +pkgver=2.2.3 pkgrel=1 #patch-level (Increment this when patch is applied) pkgdesc="A free OneDrive Client for Linux. This is a fork of the https://github.com/skilion/onedrive repository" license=("unknown") diff --git a/spec/onedrive.spec b/spec/onedrive.spec index 813d9dc6..5d3c4a63 100644 --- a/spec/onedrive.spec +++ b/spec/onedrive.spec @@ -6,7 +6,7 @@ %endif Name: onedrive -Version: 2.2.2 +Version: 2.2.3 Release: 1%{?dist} Summary: Microsoft OneDrive Client Group: System Environment/Network