Skip to content

Commit

Permalink
Update version to 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ccampbell committed Apr 25, 2021
1 parent 3d23a82 commit 270ae9b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.1 */
/* Luna v1.7.0 */
'use strict';

var chalk = require('chalk');
Expand Down
4 changes: 2 additions & 2 deletions 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.1",
"version": "1.7.0",
"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 270ae9b

Please sign in to comment.