Skip to content

Commit df48759

Browse files
committed
Release 1.5.0
1 parent 1894b2e commit df48759

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rekord-debug",
3-
"version": "1.4.3",
3+
"version": "1.5.0",
44
"homepage": "https://github.com/Rekord/rekord-debug",
55
"authors": [
66
"Philip Diffenderfer <pdiffenderfer@gmail.com>"
@@ -24,6 +24,6 @@
2424
"tests"
2525
],
2626
"dependencies": {
27-
"rekord": "~1.4.0"
27+
"rekord": "~1.5.0"
2828
}
2929
}

build/rekord-debug.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* rekord-debug 1.4.3 - A rekord binding to console - implementing Rekord.debug by Philip Diffenderfer */
1+
/* rekord-debug 1.5.0 - A rekord binding to console - implementing Rekord.debug by Philip Diffenderfer */
22
// UMD (Universal Module Definition)
33
(function (root, factory)
44
{

build/rekord-debug.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/rekord-debug.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rekord-debug",
3-
"version": "1.4.3",
3+
"version": "1.5.0",
44
"description": "A rekord binding to console - implementing Rekord.debug",
55
"author": "Philip Diffenderfer",
66
"license": "MIT",
@@ -28,6 +28,6 @@
2828
"jshint": "^2.9.2"
2929
},
3030
"dependencies": {
31-
"rekord": "~1.4.0"
31+
"rekord": "~1.5.0"
3232
}
3333
}

0 commit comments

Comments
 (0)