Skip to content

Commit

Permalink
Build for 1.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ClickerMonkey committed Aug 2, 2017
1 parent df48759 commit 3b30df5
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 8 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
node_modules
deps
font
font
apply-version.tmp
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rekord-debug",
"version": "1.5.0",
"version": "1.5.6",
"homepage": "https://github.com/Rekord/rekord-debug",
"authors": [
"Philip Diffenderfer <[email protected]>"
Expand All @@ -24,6 +24,6 @@
"tests"
],
"dependencies": {
"rekord": "~1.5.0"
"rekord": "~1.5.6"
}
}
2 changes: 1 addition & 1 deletion build/rekord-debug.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* rekord-debug 1.5.0 - A rekord binding to console - implementing Rekord.debug by Philip Diffenderfer */
/* rekord-debug 1.5.6 - A rekord binding to console - implementing Rekord.debug by Philip Diffenderfer */
// UMD (Universal Module Definition)
(function (root, factory)
{
Expand Down
2 changes: 1 addition & 1 deletion build/rekord-debug.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 build/rekord-debug.min.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rekord-debug",
"version": "1.5.0",
"version": "1.5.6",
"description": "A rekord binding to console - implementing Rekord.debug",
"author": "Philip Diffenderfer",
"license": "MIT",
Expand Down Expand Up @@ -28,6 +28,6 @@
"jshint": "^2.9.2"
},
"dependencies": {
"rekord": "~1.5.0"
"rekord": "~1.5.6"
}
}

0 comments on commit 3b30df5

Please sign in to comment.