repo-ng: Bumping to the latest version
diff --git a/repo-ng/Makefile b/repo-ng/Makefile
index 33a7b5a..f80842a 100644
--- a/repo-ng/Makefile
+++ b/repo-ng/Makefile
@@ -2,15 +2,15 @@
 GIT_URL=https://github.com/named-data/repo-ng
 
 # Tag name or commit hash for checkout
-GIT_VERSION=28a90fbc7a4be6d609946d07db6cce5b54a8a134
+GIT_VERSION=b7e8a817c042e7fccf496d033194251bff9e58d5
 
 # Package name
 NAME=repo-ng
 
 # Package version
-VERSION=0.0.1
+VERSION=0.0.2
 
 # PPA version
-PPA_VERSION=3
+PPA_VERSION=1
 
 include ../packaging.mk