Skip to content

Commit

Permalink
Cut version v7.10.5
Browse files Browse the repository at this point in the history
  • Loading branch information
viebel committed Sep 20, 2020
1 parent 59e6efa commit e5a0227
Show file tree
Hide file tree
Showing 6 changed files with 412 additions and 412 deletions.
3 changes: 1 addition & 2 deletions contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@ Make sure figwheel runs.
clj -A:figwheel --build dev --repl
```


Three test pages to test.
Open your browser and test the following test pages:

Production build:

Expand Down
549 changes: 275 additions & 274 deletions dist/klipse_plugin.js

Large diffs are not rendered by default.

266 changes: 133 additions & 133 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.4",
"version": "7.10.5",
"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.4"
(defproject viebel/klipse "7.10.5"
:description "Embeddable multi-language WEB REPL"
:license "GPL-3.0"
:url "https://github.com/viebel/klipse"
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.4")
(def version "7.10.5")
(js/console.info "Klipse " version)
(js/console.info "Clojurescript " *clojurescript-version*)

0 comments on commit e5a0227

Please sign in to comment.