From 2a0013ec04965176adcffa143600757f3d2a63c0 Mon Sep 17 00:00:00 2001 From: Romain Bazile Date: Fri, 3 Dec 2021 16:57:01 +0100 Subject: [PATCH] cleanup for release 13.1.0-1 --- README.md | 2 +- build.gradle | 2 +- openmoji-black-awesome.css | 1 + openmoji-color-awesome.css | 1 + preamble.css | 1 + 5 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8218ab9..fc0b3db 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/build.gradle b/build.gradle index 665cfde..23477d8 100644 --- a/build.gradle +++ b/build.gradle @@ -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 diff --git a/openmoji-black-awesome.css b/openmoji-black-awesome.css index 529f8fc..b363547 100644 --- a/openmoji-black-awesome.css +++ b/openmoji-black-awesome.css @@ -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/ */ diff --git a/openmoji-color-awesome.css b/openmoji-color-awesome.css index 04ba6d0..f48d899 100644 --- a/openmoji-color-awesome.css +++ b/openmoji-color-awesome.css @@ -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/ */ diff --git a/preamble.css b/preamble.css index 25bf6a1..669e1b3 100644 --- a/preamble.css +++ b/preamble.css @@ -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/ */