Skip to content

Commit

Permalink
Build v3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mervick committed Jan 17, 2018
1 parent 50f03fd commit d263315
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions dist/emojionearea.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/*!
* EmojioneArea v3.2.8
* EmojioneArea v3.3.0
* https://github.com/mervick/emojionearea
* Copyright Andrey Izman and other contributors
* Released under the MIT license
* Date: 2018-01-17T23:32Z
* Date: 2018-01-17T23:35Z
*/
window = ( typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {} );
document = window.document || {};
Expand Down Expand Up @@ -132,7 +132,7 @@ document = window.document || {};
}
}
function getEmojioneVersion() {
return window.emojioneVersion || '2.2.7';
return window.emojioneVersion || '3.1.2';
};
function isObject(variable) {
return typeof variable === 'object';
Expand Down
Loading

0 comments on commit d263315

Please sign in to comment.