Skip to content

Commit

Permalink
Version 1.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
ATATC committed May 1, 2023
1 parent dcb820d commit 41193b9
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
apply plugin: 'maven-publish'

group 'com.atatctech'
version '1.0.1b8'
version '1.0.1'

repositories {
mavenCentral()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ public HTMLBlock afterRead(@NotNull String content) {

protected @Nullable Text html;

public HTMLBlock() {}

public HTMLBlock(@Nullable Text html) {
setHTML(html);
}
Expand Down
2 changes: 0 additions & 2 deletions src/main/java/com/atatctech/hephaestus/component/MDBlock.java
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ public MDBlock afterRead(@NotNull String content) {

protected @Nullable Text markdown;

public MDBlock() {}

public MDBlock(@Nullable Text markdown) {
setMarkdown(markdown);
}
Expand Down

0 comments on commit 41193b9

Please sign in to comment.