Skip to content

Commit

Permalink
Update to 14.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gromain committed Jul 15, 2022
1 parent 2a0013e commit 374fbf4
Show file tree
Hide file tree
Showing 6 changed files with 7,784 additions and 6,896 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Like in Font-Awesome, emoji sizes can be changed via `oma-lg`, `oma-bg`, `oma-2x
- Openmoji-awesome uses [Openmoji json data](https://github.com/hfg-gmuend/openmoji/blob/master/data/openmoji.json) as its source of codepoints and descriptions.
- To find an emoji of your liking, check out the [Openmoji emoji list](https://openmoji.org/library/). Replace spaces with hyphens to get the class name! (e.g. "man in suit levitating" becomes `oma-man-in-suit-levitating` or `oma-black-man-in-suit-levitating` 🕴)

To use on your website, it is advised to download the svg files here: https://github.com/hfg-gmuend/openmoji/releases/tag/13.1.0 .
To use on your website, it is advised to download the svg files here: https://github.com/hfg-gmuend/openmoji/releases/tag/14.0.0 .
By default, the script will generate a css file that will uses the emoji distributed from jsdeliver CDN.


Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ apply plugin: 'application'
mainClassName = 'io.bazile.openmojiamazing.MainKt'

group 'io.bazile'
version '13.1.0-2'
version '14.0.0'

sourceCompatibility = 1.8

Expand Down
Loading

0 comments on commit 374fbf4

Please sign in to comment.