Skip to content

Commit

Permalink
Release 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ClickerMonkey committed Nov 22, 2016
1 parent 1894b2e commit df48759
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
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.4.3",
"version": "1.5.0",
"homepage": "https://github.com/Rekord/rekord-debug",
"authors": [
"Philip Diffenderfer <[email protected]>"
Expand All @@ -24,6 +24,6 @@
"tests"
],
"dependencies": {
"rekord": "~1.4.0"
"rekord": "~1.5.0"
}
}
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.4.3 - A rekord binding to console - implementing Rekord.debug by Philip Diffenderfer */
/* rekord-debug 1.5.0 - 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.4.3",
"version": "1.5.0",
"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.4.0"
"rekord": "~1.5.0"
}
}

0 comments on commit df48759

Please sign in to comment.