Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jsanahuja committed Aug 28, 2020
1 parent 72346e0 commit 369c3c4
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 21 deletions.
10 changes: 0 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
<!-- *
* Nofifier
*
* @version 1.2.3
*
* @author Javier Sanahuja Liebana <[email protected]>
*
* https://github.com/jsanahuja/Notifierjs
*
* -->
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@jsanahuja/notifierjs",
"description": "Instagram Feed without access token. Not using the Instagram API",
"homepage": "https://github.com/jsanahuja/Notifierjs",
"version": "1.2.3",
"version": "1.2.4",
"keywords": [
"notifier",
"notification",
Expand Down
10 changes: 0 additions & 10 deletions src/Notifier.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
/*
* Nofifier
*
* @version 1.2.3
*
* @author Javier Sanahuja Liebana <[email protected]>
*
* https://github.com/jsanahuja/Notifierjs
*
*/
(function(root, factory) {
if (typeof define === "function" && define.amd) {
define([], factory);
Expand Down

0 comments on commit 369c3c4

Please sign in to comment.