Skip to content

Commit

Permalink
cut version 7.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
viebel committed Aug 11, 2020
1 parent c49ee8a commit bf822b8
Show file tree
Hide file tree
Showing 7 changed files with 3,198 additions and 3,192 deletions.
4,746 changes: 2,378 additions & 2,368 deletions dist/klipse_plugin.js

Large diffs are not rendered by default.

1,634 changes: 817 additions & 817 deletions dist/klipse_plugin.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "klipse",
"version": "7.10.2",
"version": "7.10.3",
"description": "A simple client-side code evaluator pluggable on any web page: clojure, ruby, javascript, python, scheme, es2017, jsx, brainfuck, c++, reagent, ocaml, reason, common lisp",
"main": "klipse_plugin.min.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject viebel/klipse "7.10.2"
(defproject viebel/klipse "7.10.3"
:description "Embeddable multi-language WEB REPL"
:license "GPL-3.0"
:url "https://github.com/viebel/klipse"
Expand Down
1 change: 0 additions & 1 deletion resources/public/plugin-dev.html
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,6 @@ <h1> Reagent</h1>

(defn childcaller []
[child "Foo Bar"])
(r/render-to-string [child "Foo Bar"])
</code></pre>

<pre><code class="reagent">
Expand Down
3 changes: 0 additions & 3 deletions resources/public/reagent-dev.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@
[child "Foo Bar"])
</code></pre>

<pre><code class="clj">(r/render-to-string [child "Foo Bar"])
</code></pre>

<pre><code class="reagent">
[child "Foo Bar"]
</code></pre>
Expand Down
2 changes: 1 addition & 1 deletion src/klipse/core.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
(enable-console-print!)
(gadjett/settings! :max-function-calls 100)

(def version "7.10.2")
(def version "7.10.3")
(js/console.info "Klipse " version)
(js/console.info "Clojurescript " *clojurescript-version*)

0 comments on commit bf822b8

Please sign in to comment.