Skip to content

Commit

Permalink
Update version to 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ccampbell committed Mar 18, 2020
1 parent f289b53 commit a7a2857
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bin/luna.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env node
/* Luna v1.6.0 */
/* Luna v1.6.1 */
'use strict';

function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; }
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "luna-testing",
"version": "1.6.0",
"version": "1.6.1",
"description": "A simple, modern, opinionated unit testing framework",
"homepage": "https://craig.is/testing/code",
"bugs": "https://github.com/ccampbell/luna/issues",
Expand Down

0 comments on commit a7a2857

Please sign in to comment.