From 1b482f46935a5ceb7f14a86b00c6338163692702 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Sat, 16 Nov 2019 11:44:46 +0100 Subject: [PATCH] v0.0.28 --- README.md | 27 +++++++++++++-------------- resources/BABASHKA_VERSION | 2 +- 2 files changed, 14 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 97a7ff41..39b3bf74 100644 --- a/README.md +++ b/README.md @@ -164,20 +164,19 @@ namespaces. If not all vars are available, they are enumerated explicitly. The following Java classes are available: -``` -ArithmeticException -AssertionError -Boolean -Class -Double -Exception -clojure.lang.ExceptionInfo -Integer -java.io.File -java.util.regex.Pattern -String -System -Thread +- `ArithmeticException` +- `AssertionError` +- `Boolean` +- `Class` +- `Double` +- `Exception` +- `clojure.lang.ExceptionInfo` +- `Integer` +- `java.io.File` +- `java.util.regex.Pattern` +- `String` +- `System` +- `Thread` ``` More classes can be added by request. diff --git a/resources/BABASHKA_VERSION b/resources/BABASHKA_VERSION index 3766fe1f..1fe69585 100644 --- a/resources/BABASHKA_VERSION +++ b/resources/BABASHKA_VERSION @@ -1 +1 @@ -0.0.28-SNAPSHOT +0.0.28