Skip to content

Commit

Permalink
Update version to 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ccampbell committed Jan 13, 2023
1 parent 181b55b commit 0bab545
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.7.0 */
/* Luna v1.8.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.7.0",
"version": "1.8.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 0bab545

Please sign in to comment.