Skip to content

Commit

Permalink
1.0.62 (#67)
Browse files Browse the repository at this point in the history
* 1.0.62

* revised patching logic

* Update MarkdownUtil.kt

* Update MarkdownUtil.kt

* update mermaid fixups and rendering

* Update main.js

* Improved ui for save/patch operations

* showMenubar
  • Loading branch information
acharneski authored Apr 14, 2024
1 parent 9ad78fc commit 74b7c54
Show file tree
Hide file tree
Showing 26 changed files with 1,311 additions and 1,028 deletions.
2 changes: 1 addition & 1 deletion core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ val jackson_version = "2.15.3"

dependencies {

implementation(group = "com.simiacryptus", name = "jo-penai", version = "1.0.50")
implementation(group = "com.simiacryptus", name = "jo-penai", version = "1.0.51")

implementation("org.apache.commons:commons-text:1.11.0")

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Gradle Releases -> https://github.com/gradle/gradle/releases
libraryGroup = com.simiacryptus.skyenet
libraryVersion = 1.0.61
libraryVersion = 1.0.62
gradleVersion = 7.6.1
2 changes: 1 addition & 1 deletion webui/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ val jetty_version = "11.0.18"
val jackson_version = "2.15.3"
dependencies {

implementation(group = "com.simiacryptus", name = "jo-penai", version = "1.0.50")
implementation(group = "com.simiacryptus", name = "jo-penai", version = "1.0.51")

implementation(project(":core"))
implementation(project(":kotlin"))
Expand Down

This file was deleted.

This file was deleted.

Loading

0 comments on commit 74b7c54

Please sign in to comment.