Skip to content

Commit

Permalink
[bootstrapicons] upgrade to 1.3.0. Fixes #134
Browse files Browse the repository at this point in the history
  • Loading branch information
aalmiray committed Jan 25, 2021
1 parent c790f65 commit 1dbe456
Show file tree
Hide file tree
Showing 11 changed files with 2,465 additions and 2,337 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#

ikonliJdk8Version = 2.6.0
version = 12.1.0
version = 12.2.0-SNAPSHOT
group = org.kordamp.ikonli

sourceCompatibility = 11
Expand All @@ -35,7 +35,7 @@ miglayoutVersion = 5.2
rxjavaVersion = 3.0.8

antdesigniconsVersion = 4.0.0
bootstrapiconsVersion = 1.2.1
bootstrapiconsVersion = 1.3.0
boxiconsVersion = 2.0.7
bpmnVersion = 0.10.0
captainiconVersion = 20140501
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
*/
@ServiceProviderFor(IkonHandler.class)
public class BootstrapIconsIkonHandler extends AbstractIkonHandler {
private static final String FONT_RESOURCE = "/META-INF/resources/bootstrapicons/1.2.1/fonts/bootstrap-icons.ttf";
private static final String FONT_RESOURCE = "/META-INF/resources/bootstrapicons/1.3.0/fonts/bootstrap-icons.ttf";

@Override
public boolean supports(String description) {
Expand Down

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 1dbe456

Please sign in to comment.