Skip to content

Commit

Permalink
v2.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
needim committed Apr 6, 2015
1 parent d13b550 commit 533a81e
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 26 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name" : "noty",
"version" : "2.3.4",
"version" : "2.3.5",
"main" : "js/noty/packaged/jquery.noty.packaged.js",
"authors" : [
"Nedim Arabacı"
Expand Down
41 changes: 21 additions & 20 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,23 @@
{
"name": "needim/noty",
"description": "noty is a jQuery plugin that makes it easy to create alert - success - error - warning - information - confirmation messages as an alternative the standard alert dialog.", "type": "library",
"license": "MIT",
"homepage": "https://github.com/needim/noty",
"keywords": [
"noty",
"notification"
],
"authors": [
{
"name": "Nedim Arabaci",
"homepage": "https://github.com/needim",
"role": "Developer"
}
],
"minimum-stability": "dev",
"suggest": {
"components/jquery": ">=1.8",
"twbs/bootstrap": "~3.0.0"
}
"name": "needim/noty",
"description": "noty is a jQuery plugin that makes it easy to create alert - success - error - warning - information - confirmation messages as an alternative the standard alert dialog.",
"type": "library",
"license": "MIT",
"homepage": "https://github.com/needim/noty",
"keywords": [
"noty",
"notification"
],
"authors": [
{
"name": "Nedim Arabaci",
"homepage": "https://github.com/needim",
"role": "Developer"
}
],
"minimum-stability": "dev",
"suggest": {
"components/jquery": ">=1.8",
"twbs/bootstrap": "~3.0.0"
}
}
2 changes: 1 addition & 1 deletion js/noty/jquery.noty.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
@package noty - jQuery Notification Plugin
@version version: 2.3.4
@version version: 2.3.5
@contributors https://github.com/needim/noty/graphs/contributors
@documentation Examples and Documentation - http://needim.github.com/noty/
Expand Down
2 changes: 1 addition & 1 deletion js/noty/packaged/jquery.noty.packaged.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

/*!
@package noty - jQuery Notification Plugin
@version version: 2.3.4
@version version: 2.3.5
@contributors https://github.com/needim/noty/graphs/contributors
@documentation Examples and Documentation - http://needim.github.com/noty/
Expand Down
2 changes: 1 addition & 1 deletion js/noty/packaged/jquery.noty.packaged.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion noty.jquery.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name" : "noty",
"version" : "2.3.4",
"version" : "2.3.5",
"title" : "noty - a jquery notification plugin",
"description" : "noty is a jQuery plugin that makes it easy to create alert - success - error - warning - information - confirmation messages as an alternative the standard alert dialog. Each notification is added to a queue. (Optional)",
"keywords" : ["noty", "notification", "plugin", "jquery", "javascript", "alert", "error", "warning", "information", "confirmation"],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "noty",
"version": "2.3.4",
"version": "2.3.5",
"title": "noty - a jquery notification plugin",
"description": "noty is a jQuery plugin that makes it easy to create alert - success - error - warning - information - confirmation messages as an alternative the standard alert dialog. Each notification is added to a queue. (Optional)",
"homepage": "http://needim.github.com/noty",
Expand Down

0 comments on commit 533a81e

Please sign in to comment.