Bump PredictionIO to 0.13.0

Closes #7
diff --git a/.gitignore b/.gitignore
index 6c5b455..9662372 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,16 +1,14 @@
-*.class
-*.log
-
-# sbt specific
-.cache/
-.history/
-.lib/
-dist/*
+.DS_Store
+manifest.json
 target/
-lib_managed/
-src_managed/
-project/boot/
-project/plugins/project/
+pio.log
+/pio.sbt
 
-.idea/
-manifest.json
\ No newline at end of file
+# Eclipse
+.project
+.classpath
+.settings/
+
+# IntelliJ
+*.iml
+.idea/
\ No newline at end of file
diff --git a/README.md b/README.md
index fdcc6ef..799b5fc 100644
--- a/README.md
+++ b/README.md
@@ -3,10 +3,14 @@
 ## Documentation
 
 Please refer to
-http://predictionio.incubator.apache.org/templates/javaecommercerecommendation/quickstart/.
+https://predictionio.apache.org/templates/javaecommercerecommendation/quickstart/.
 
 ## Versions
 
+### v0.13.0
+
+Update for Apache PredictionIO 0.13.0
+
 ### v0.12.0-incubating
 - Bump version number to track PredictionIO version
 - Sets default build targets according to PredictionIO
diff --git a/build.sbt b/build.sbt
index b71ab8c..537ef18 100644
--- a/build.sbt
+++ b/build.sbt
@@ -2,6 +2,6 @@
 
 scalaVersion := "2.11.8"
 libraryDependencies ++= Seq(
-  "org.apache.predictionio" %% "apache-predictionio-core" % "0.12.0-incubating" % "provided",
+  "org.apache.predictionio" %% "apache-predictionio-core" % "0.13.0" % "provided",
   "org.apache.spark"        %% "spark-mllib" % "2.1.1"    % "provided",
   "org.jblas"                % "jblas" % "1.2.4")
diff --git a/project/assembly.sbt b/project/assembly.sbt
index 15a88b0..d95475f 100644
--- a/project/assembly.sbt
+++ b/project/assembly.sbt
@@ -1 +1 @@
-addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.5")
+addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.7")
diff --git a/template.json b/template.json
index d076ec5..cb5ace6 100644
--- a/template.json
+++ b/template.json
@@ -1 +1 @@
-{"pio": {"version": { "min": "0.10.0-incubating" }}}
+{"pio": {"version": { "min": "0.11.0-incubating" }}}