diff --git a/CHANGES b/CHANGES new file mode 100644 index 0000000..367bb39 --- /dev/null +++ b/CHANGES @@ -0,0 +1,9 @@ +0.21 Apr 22 19:21 MSK 2012 + - Support semi-automatic setup + - Release to Github + +0.2 Apr 11 03:56 MSK 2012 + - Support XMPP push events from the cloud + +0.1 Apr 6 03:14 MSK 2012 + - Initial internal release diff --git a/yadisk-sync.pl b/yadisk-sync.pl index afca8b9..2e10636 100755 --- a/yadisk-sync.pl +++ b/yadisk-sync.pl @@ -7,7 +7,7 @@ use AnyEvent::XMPP::IM::Connection; use Linux::Proc::Mounts; -our $VERSION = '0.2'; +our $VERSION = '0.21'; my $cfg = Config::Tiny->read("$ENV{HOME}/.yadiskrc") or die "Need ~/.yadiskrc config\n";