psync: Update to version 0.2.0

Change-Id: I967703d2ffa03cf5d7aa5defd6524278f8db99ff
diff --git a/libpsync/Makefile b/libpsync/Makefile
index 1eafdd8..c904edf 100644
--- a/libpsync/Makefile
+++ b/libpsync/Makefile
@@ -2,15 +2,15 @@
 GIT_URL=https://github.com/named-data/PSync.git
 
 # Tag name or commit hash for checkout
-GIT_VERSION=c7d14327bf980992730b15972a2064dc17a586fd
+GIT_VERSION=0.2.0
 
 # Package name
 NAME=libpsync
 
 # Package version
-VERSION=0.1.0-12-gc7d1432
+VERSION=0.2.0
 
 # PPA version
-PPA_VERSION=2
+PPA_VERSION=1
 
 include ../packaging.mk