From 1a55b3401e8a8eeb4a3693f8fb202c319d947715 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Sat, 3 Jul 2021 12:53:27 +0200 Subject: [PATCH] v0.0.2 docs --- doc/dev.md | 6 ++++++ resources/public/html/cljs-ajax.html | 4 ++-- resources/public/html/export.html | 2 +- resources/public/html/reagent.html | 4 ++-- resources/public/index.html | 2 +- 5 files changed, 12 insertions(+), 6 deletions(-) diff --git a/doc/dev.md b/doc/dev.md index da1d953..713038b 100644 --- a/doc/dev.md +++ b/doc/dev.md @@ -51,3 +51,9 @@ git push --set-upstream origin v0.0.2 ``` Then make a new release on Github with the `v0.0.2` tag. + +To upgrade examples: + +``` +rg '0.0.1' --files-with-matches | xargs sed -i '' 's/0.0.1/0.0.2/g' +``` diff --git a/resources/public/html/cljs-ajax.html b/resources/public/html/cljs-ajax.html index c0a08a6..c4bf3d3 100644 --- a/resources/public/html/cljs-ajax.html +++ b/resources/public/html/cljs-ajax.html @@ -1,7 +1,7 @@ - - + + + + - +