From da3bcda1ae872cad724883d3878b22d22507423e Mon Sep 17 00:00:00 2001 From: Dimitry Ivanov Date: Mon, 16 Jul 2018 19:36:17 +0300 Subject: [PATCH] prism-bundler fix for android --- prism4j-bundler/CHANGELOG.md | 3 +++ prism4j-bundler/gradle.properties | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 prism4j-bundler/CHANGELOG.md diff --git a/prism4j-bundler/CHANGELOG.md b/prism4j-bundler/CHANGELOG.md new file mode 100644 index 0000000..a9b7a56 --- /dev/null +++ b/prism4j-bundler/CHANGELOG.md @@ -0,0 +1,3 @@ +# 1.0.1 + +* Fix for `javascript` and `yaml` grammar definitions to work on Android (escape `}` char in regex's) \ No newline at end of file diff --git a/prism4j-bundler/gradle.properties b/prism4j-bundler/gradle.properties index 763e7d9..1969dda 100644 --- a/prism4j-bundler/gradle.properties +++ b/prism4j-bundler/gradle.properties @@ -1,5 +1,5 @@ # with an intention to have different versions for main artifact and bundler -VERSION_NAME=1.0.0 +VERSION_NAME=1.0.1 POM_NAME=Prism4jBundler POM_ARTIFACT_ID=prism4j-bundler