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 @@ - - + + + + - +