From cd7a58536b7d277472f5f27d28c71f3e2bfca278 Mon Sep 17 00:00:00 2001 From: Matt Sephton Date: Mon, 24 Apr 2017 13:06:07 +0100 Subject: [PATCH] bump version --- Emoji.plist | 4 ++-- Emoji.xml | 4 ++-- LICENSE | 2 +- README.md | 8 ++++---- generator/index.php | 2 +- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Emoji.plist b/Emoji.plist index 16b3b17..7baa548 100644 --- a/Emoji.plist +++ b/Emoji.plist @@ -9,13 +9,13 @@ CFBundleName Emojipedia CFBundleShortVersionString - 20170406 + 20170424 DCSDictionaryCopyright All emoji names are official character names and codepoints as part of the Unicode Standard. Additional descriptions are copyright © Emojipedia. Emoji character artwork and copyright belong to their respective font creators. DCSDictionaryDefaultPrefs version - 20160717 + 20170424 DCSDictionaryLanguages diff --git a/Emoji.xml b/Emoji.xml index c54f326..77e5f78 100644 --- a/Emoji.xml +++ b/Emoji.xml @@ -47186,10 +47186,10 @@ -

Version 2017-04-06

+

Version 2017-04-24

Download latest version of this dictionary

- \ No newline at end of file + diff --git a/LICENSE b/LICENSE index 908ffb7..4353796 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2016 Matt Sephton +Copyright (c) 2016–2017 Matt Sephton Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index a50849a..bee42d0 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Pick one method of installation: using Dictionaries.app, Terminal, or Finder. ### Using Dictionaries.app 1. Download [Dictionaries.app](https://dictionaries.io) and run it -2. Click "Add Dictionary" +2. Click "Add Dictionary" 3. Select Emojipedia 4. Click "Add" @@ -15,7 +15,7 @@ Pick one method of installation: using Dictionaries.app, Terminal, or Finder. 1. Install using homebrew caskroom `brew cask install emojipedia` ### Using Finder -1. Download [Emojipedia.dictionary.zip](https://github.com/gingerbeardman/Emojipedia/releases/download/20170406/Emojipedia.dictionary.zip) and unzip it +1. Download [Emojipedia.dictionary.zip](https://github.com/gingerbeardman/Emojipedia/releases/download/20170424/Emojipedia.dictionary.zip) and unzip it 2. Copy `Emojipedia.dictionary` to `~/Library/Dictionaries` 3. Launch Dictionary.app 4. In Dictionary > Preferences, scroll to the bottom of the list and check the *Emojipedia* dictionary to enable it @@ -49,7 +49,7 @@ Dictionary.app Number of Emoji included: 2623 Emoji Data: v5 -Features: +Features: * Emoji display * Descriptive name * Hyperlinked keywords @@ -64,7 +64,7 @@ Features: ## Editing the dictionary -The following steps are only required if you wish to modify the dictonary. +The following steps are only required if you wish to modify the dictonary. Feel free to send Pull Requests for items on the todo list! diff --git a/generator/index.php b/generator/index.php index ee85a08..b244233 100644 --- a/generator/index.php +++ b/generator/index.php @@ -74,7 +74,7 @@ $out[] = ' '; $out[] = ' '; $out[] = ' '; -$out[] = '

Version 2017-04-06

'; +$out[] = '

Version 2017-04-24

'; $out[] = '

'; $out[] = '

'; $out[] = ' Download latest version of this dictionary';