Skip to content

Commit

Permalink
👍 Version 0.1.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyler Longren committed Jan 30, 2018
1 parent 0c1fce8 commit c5378d4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
6 changes: 3 additions & 3 deletions jquery.stickyalert.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
/*!
* jQuery Sticky Alert v0.1.5
* jQuery Sticky Alert v0.1.6
* https://github.com/tlongren/jquery-sticky-alert
*
* Copyright 2016 Tyler Longren
* Copyright 2018 Tyler Longren
* Released under the MIT license.
* http://jquery.org/license
*
* Date: November 16, 2016
* Date: January 30, 2018
*/
(function($){

Expand Down
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jquery-sticky-alert",
"title": "jQuery Sticky Alert",
"version": "0.1.5",
"version": "0.1.6",
"description": "A minimal jQuery plugin to add a sticky alert bar to the top of your website.",
"main": "jquery.stickyalert.js",
"homepage": "https://www.longren.io/sticky-alerts-a-new-tiny-jquery-plugin/",
Expand All @@ -12,7 +12,11 @@
"alert",
"javascript",
"sticky",
"notification"
"notification",
"minimal",
"html",
"css",
"options"
],
"author": {
"name": "Tyler Longren",
Expand Down

0 comments on commit c5378d4

Please sign in to comment.