Skip to content

Commit

Permalink
new version 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lfortin committed Jan 21, 2013
1 parent b8e4e80 commit adf6d1e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions dist/jquery.drive.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Drive jQuery plugin v1.2.1
// Drive jQuery plugin v1.2.2
// http://github.com/lfortin/drive-jquery-plugin#readme

// Copyright (c) 2009-2012 Laurent Fortin
// Copyright (c) 2009-2013 Laurent Fortin
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
Expand Down Expand Up @@ -64,7 +64,7 @@ try {
/**** Drive class methods ****/

$.extend(internal.Drive.prototype, {
version: '1.2.1',
version: '1.2.2',

// initialize all config
init: function(cfg) {
Expand Down
2 changes: 1 addition & 1 deletion drive.jquery.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"DOM",
"builder"
],
"version": "1.2.1",
"version": "1.2.2",
"author": {
"name": "Laurent Fortin",
"email": "laurent.fortin@gmail.com",
Expand Down
6 changes: 3 additions & 3 deletions jquery.drive.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Drive jQuery plugin v1.2.1
// Drive jQuery plugin v1.2.2
// http://github.com/lfortin/drive-jquery-plugin#readme

// Copyright (c) 2009-2012 Laurent Fortin
// Copyright (c) 2009-2013 Laurent Fortin
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
Expand Down Expand Up @@ -64,7 +64,7 @@ try {
/**** Drive class methods ****/

$.extend(internal.Drive.prototype, {
version: '1.2.1',
version: '1.2.2',

// initialize all config
init: function(cfg) {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jquery-drive",
"description": "A jQuery plugin to construct the DOM using basic jQuery selectors.",
"version": "1.2.1",
"version": "1.2.2",
"homepage": "https://github.com/lfortin/drive-jquery-plugin#readme",
"repository": {
"type": "git",
Expand Down

0 comments on commit adf6d1e

Please sign in to comment.