Skip to content

Commit

Permalink
Build v2.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
BorodinDK committed Nov 16, 2020
1 parent 5fa4735 commit bc3a725
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 24 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
node_modules/
bower_components/
build/
.idea/
src/lib/
build/**/*.map
Thumbs.db
Expand Down
2 changes: 1 addition & 1 deletion build/tour-player.css

Large diffs are not rendered by default.

47 changes: 26 additions & 21 deletions build/tour-player.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tour-player",
"version": "2.2.3",
"version": "2.2.4",
"description": "",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion src/js/Tour.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
var Tour = {};

// Версия плеера
Tour.version = [2, 2, 3];
Tour.version = [2, 2, 4];

0 comments on commit bc3a725

Please sign in to comment.