Skip to content

Commit

Permalink
Release 0.21
Browse files Browse the repository at this point in the history
  • Loading branch information
kappa committed Apr 22, 2012
1 parent 95440dd commit 7366181
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions 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
2 changes: 1 addition & 1 deletion yadisk-sync.pl
Expand Up @@ -7,7 +7,7 @@
use AnyEvent::XMPP::IM::Connection; use AnyEvent::XMPP::IM::Connection;
use Linux::Proc::Mounts; use Linux::Proc::Mounts;


our $VERSION = '0.2'; our $VERSION = '0.21';


my $cfg = Config::Tiny->read("$ENV{HOME}/.yadiskrc") my $cfg = Config::Tiny->read("$ENV{HOME}/.yadiskrc")
or die "Need ~/.yadiskrc config\n"; or die "Need ~/.yadiskrc config\n";
Expand Down

0 comments on commit 7366181

Please sign in to comment.