Skip to content

Commit

Permalink
Prepare for release v2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
uzairfarooq committed Jun 4, 2017
1 parent 46dee63 commit cfabddb
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "arrive",
"version": "2.3.1",
"version": "2.4.1",
"description": "Watch for DOM elements creation and removal.",
"main": "src/arrive.js",
"keywords": [
Expand Down
6 changes: 3 additions & 3 deletions minified/arrive.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "arrive",
"version": "2.3.1",
"version": "2.4.1",
"description": "arrive.js provides events to watch for DOM elements creation and removal. It makes use of Mutation Observers internally.",
"main": "src/arrive.js",
"directories": {
Expand Down
4 changes: 2 additions & 2 deletions src/arrive.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@

/*
* arrive.js
* v2.3.1
* v2.4.1
* https://github.com/uzairfarooq/arrive
* MIT licensed
*
* Copyright (c) 2014-2016 Uzair Farooq
* Copyright (c) 2014-2017 Uzair Farooq
*/
var Arrive = (function(window, $, undefined) {

Expand Down

0 comments on commit cfabddb

Please sign in to comment.