Skip to content

Commit

Permalink
version 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Johann committed Oct 1, 2014
1 parent 7ee71df commit 4a032fd
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
V=0.5.1
V=0.5.2

release: build
rm -rf release/latest
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Emoji Helper [![Build Status](https://travis-ci.org/johannhof/emoji-helper.svg?branch=master)](https://travis-ci.org/johannhof/emoji-helper) [![Version](http://img.shields.io/badge/Version-0.5.1-blue.svg)](https://github.com/johannhof/emoji-helper/releases)
Emoji Helper [![Build Status](https://travis-ci.org/johannhof/emoji-helper.svg?branch=master)](https://travis-ci.org/johannhof/emoji-helper) [![Version](http://img.shields.io/badge/Version-0.5.2-blue.svg)](https://github.com/johannhof/emoji-helper/releases)
============


Expand Down
2 changes: 1 addition & 1 deletion chrome/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"name": "Emoji Cheatsheet for GitHub, Basecamp etc.",
"short_name": "Emoji Helper",
"description": "A very simple and useful reference for the codes that can be used to generate Emojis on popular sites like GitHub or Basecamp.",
"version": "0.5.1",
"version": "0.5.2",
"icons": { "128": "icon.png" },

"author" : "Johann Hofmann",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "emoji-helper",
"title": "Emoji Cheatsheet for GitHub, Basecamp etc.",
"version": "0.5.1",
"version": "0.5.2",
"description": "A very simple and useful reference for the codes that can be used to generate Emojis on popular sites like GitHub or Basecamp.",
"id": "jid1-Xo5SuA6qc1DFpw",
"main": "main",
Expand Down
4 changes: 2 additions & 2 deletions safari/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleShortVersionString</key>
<string>0.5.1</string>
<string>0.5.2</string>
<key>CFBundleVersion</key>
<string>0.5.1</string>
<string>0.5.2</string>
<key>Chrome</key>
<dict>
<key>Database Quota</key>
Expand Down
4 changes: 2 additions & 2 deletions safari/Update.plist
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
<key>Developer Identifier</key>
<string>VQE5S3G4ED</string>
<key>CFBundleVersion</key>
<string>0.5.1</string>
<string>0.5.2</string>
<key>CFBundleShortVersionString</key>
<string>0.5.1</string>
<string>0.5.2</string>
<key>URL</key>
<string>http://spaeti.pavo.uberspace.de/emoji.safariextz</string>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion shared/popup.jade
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ html
div.half
br
center
| Version 0.5.1 -
| Version 0.5.2 -
img.about-text-img(src="./img/emoji/turtle.png")
ul
li Fixes for some small issues
Expand Down
Empty file modified shared/sprite/sprite.json
100644 → 100755
Empty file.
Empty file modified shared/sprite/sprite.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion shared/src/popup.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// local vars for linting (and performance)
var vendor = window.vendor;

var VERSION = "0.5.1";
var VERSION = "0.5.2";

// upper bar
var logos = document.querySelectorAll(".group-logo");
Expand Down

0 comments on commit 4a032fd

Please sign in to comment.