Skip to content

Commit

Permalink
cleanup for release 13.1.0-1
Browse files Browse the repository at this point in the history
  • Loading branch information
gromain committed Dec 3, 2021
1 parent 484cba7 commit 2a0013e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 2 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.0.0 .
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 .
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 '1.0-SNAPSHOT'
version '13.1.0-2'

sourceCompatibility = 1.8

Expand Down
1 change: 1 addition & 0 deletions openmoji-black-awesome.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
@charset "UTF-8";
/*
Generated by openmoji-awesome, available at https://github.com/gromain/openmoji-awesome
Works with OpenMoji 13.1.
The graphics are licensed under the CC-BY 4.0: https://openmoji.org/
*/

Expand Down
1 change: 1 addition & 0 deletions openmoji-color-awesome.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
@charset "UTF-8";
/*
Generated by openmoji-awesome, available at https://github.com/gromain/openmoji-awesome
Works with OpenMoji 13.1.
The graphics are licensed under the CC-BY 4.0: https://openmoji.org/
*/

Expand Down
1 change: 1 addition & 0 deletions preamble.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
@charset "UTF-8";
/*
Generated by openmoji-awesome, available at https://github.com/gromain/openmoji-awesome
Works with OpenMoji 13.1.
The graphics are licensed under the CC-BY 4.0: https://openmoji.org/
*/

Expand Down

0 comments on commit 2a0013e

Please sign in to comment.