Skip to content

Commit

Permalink
new version 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lfortin committed May 30, 2012
1 parent 3d9c9fa commit 0e2eff0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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.0
// Drive jQuery plugin v1.2.1
// http://github.com/lfortin/drive-jquery-plugin#readme

// Copyright (c) 2009-2011 Laurent Fortin
// Copyright (c) 2009-2012 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.0',
version: '1.2.1',

// initialize all config
init: function(cfg) {
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.0
// Drive jQuery plugin v1.2.1
// http://github.com/lfortin/drive-jquery-plugin#readme

// Copyright (c) 2009-2011 Laurent Fortin
// Copyright (c) 2009-2012 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.0',
version: '1.2.1',

// initialize all config
init: function(cfg) {
Expand Down

0 comments on commit 0e2eff0

Please sign in to comment.