diff --git a/CHANGELOG.md b/CHANGELOG.md
index 319b0fd1..1c8d2590 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+## 0.6.3 - 2020-11-02
+
+- Print url when open fails (thanks, [djomphe-elyada](https://github.com/djomphe-elyada) [#21](https://github.com/djblue/portal/issues/21))
+
## 0.6.2 - 2020-10-26
- Try to sort maps before rendering
diff --git a/README.md b/README.md
index 078f4f0f..5e790e6a 100644
--- a/README.md
+++ b/README.md
@@ -22,13 +22,13 @@ To get an overview of portal, you can watch the following recording of a live de
To start a repl with portal, run the clojure cli with:
```bash
-clj -Sdeps '{:deps {djblue/portal {:mvn/version "0.6.2"}}}'
+clj -Sdeps '{:deps {djblue/portal {:mvn/version "0.6.3"}}}'
```
or for a **web** clojurescript repl, do:
```bash
-clj -Sdeps '{:deps {djblue/portal {:mvn/version "0.6.2"}
+clj -Sdeps '{:deps {djblue/portal {:mvn/version "0.6.3"}
org.clojure/clojurescript {:mvn/version "1.10.758"}}}' \
-m cljs.main
```
@@ -36,7 +36,7 @@ clj -Sdeps '{:deps {djblue/portal {:mvn/version "0.6.2"}
or for a **node** clojurescript repl, do:
```bash
-clj -Sdeps '{:deps {djblue/portal {:mvn/version "0.6.2"}
+clj -Sdeps '{:deps {djblue/portal {:mvn/version "0.6.3"}
org.clojure/clojurescript {:mvn/version "1.10.758"}}}' \
-m cljs.main -re node
```
@@ -44,7 +44,7 @@ clj -Sdeps '{:deps {djblue/portal {:mvn/version "0.6.2"}
or for a [**babashka**](https://github.com/borkdude/babashka) [>=0.2.2](https://github.com/borkdude/babashka/blob/master/CHANGELOG.md#new) repl, do:
```bash
-bb -cp `clj -Spath -Sdeps '{:deps {djblue/portal {:mvn/version "0.6.2"}}}'`
+bb -cp `clj -Spath -Sdeps '{:deps {djblue/portal {:mvn/version "0.6.3"}}}'`
```
then try the portal api with the following commands:
diff --git a/pom.xml b/pom.xml
index 1b6b9ad6..7c8dea18 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
4.0.0
djblue
portal
- 0.6.2
+ 0.6.3
portal
A clojure tool to navigate through your data.
https://github.com/djblue/portal
@@ -15,7 +15,7 @@
https://github.com/djblue/portal
- 0.6.2
+ 0.6.3
diff --git a/src/portal/runtime/index.cljc b/src/portal/runtime/index.cljc
index 005b1653..55fc7826 100644
--- a/src/portal/runtime/index.cljc
+++ b/src/portal/runtime/index.cljc
@@ -4,7 +4,7 @@
(defn html [& {:keys [name version code-url platform]
:or {name "portal"
- version "0.6.2"
+ version "0.6.3"
code-url "main.js"
platform #?(:bb "bb" :clj "jvm" :cljs "node")}}]
(str