Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
gingerbeardman committed Apr 24, 2017
1 parent 1da0888 commit cd7a585
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions Emoji.plist
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
<key>CFBundleName</key>
<string>Emojipedia</string>
<key>CFBundleShortVersionString</key>
<string>20170406</string>
<string>20170424</string>
<key>DCSDictionaryCopyright</key>
<string>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.</string>
<key>DCSDictionaryDefaultPrefs</key>
<dict>
<key>version</key>
<string>20160717</string>
<string>20170424</string>
</dict>
<key>DCSDictionaryLanguages</key>
<array>
Expand Down
4 changes: 2 additions & 2 deletions Emoji.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47186,10 +47186,10 @@
<d:index d:value="new" d:title="version"/>
<d:index d:value="update" d:title="version"/>
<d:index d:value="version" d:title="version"/>
<h1>Version 2017-04-06</h1>
<h1>Version 2017-04-24</h1>
<h2></h2>
<p>
<a href="https://github.com/gingerbeardman/Emojipedia/releases/latest/">Download latest version of this dictionary</a>
</p>
</d:entry>
</d:dictionary>
</d:dictionary>
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ 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"

### Using Terminal
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
Expand Down Expand Up @@ -49,7 +49,7 @@ Dictionary.app
Number of Emoji included: 2623
Emoji Data: v5

Features:
Features:
* Emoji display
* Descriptive name
* Hyperlinked keywords
Expand All @@ -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!

Expand Down
2 changes: 1 addition & 1 deletion generator/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
$out[] = ' <d:index d:value="new" d:title="version"/>';
$out[] = ' <d:index d:value="update" d:title="version"/>';
$out[] = ' <d:index d:value="version" d:title="version"/>';
$out[] = ' <h1>Version 2017-04-06</h1>';
$out[] = ' <h1>Version 2017-04-24</h1>';
$out[] = ' <h2></h2>';
$out[] = ' <p>';
$out[] = ' <a href="https://github.com/gingerbeardman/Emojipedia/releases/latest/">Download latest version of this dictionary</a>';
Expand Down

0 comments on commit cd7a585

Please sign in to comment.