Skip to content

Commit

Permalink
🎉 Release v2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthodpnt committed Jan 21, 2019
1 parent 63a6aeb commit 814b858
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build/highway.js
Original file line number Diff line number Diff line change
Expand Up @@ -2782,7 +2782,7 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
* @author Anthony Du Pont <[email protected]>
*/
// Highway Version
console.log('Highway v2.1.1'); // Export Highway
console.log('Highway v2.1.2'); // Export Highway

var _default = {
Core: _core.default,
Expand Down
2 changes: 1 addition & 1 deletion build/highway.min.js

Large diffs are not rendered by default.

Binary file modified build/highway.min.js.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@dogstudio/highway",
"license": "MIT",
"version": "2.1.1",
"version": "2.1.2",
"description": "Highway helps you manage your page transitions",
"main": "build/highway.js",
"unpkg": "build/highway.min.js",
Expand Down
2 changes: 1 addition & 1 deletion src/highway.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import Renderer from './renderer';
import Transition from './transition';

// Highway Version
console.log('Highway v2.1.1');
console.log('Highway v2.1.2');

// Export Highway
export default {
Expand Down

0 comments on commit 814b858

Please sign in to comment.