Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

Commit

Permalink
chore: bump version / update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tnolet committed May 31, 2019
1 parent 56f6ae4 commit 87f627e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "puppeteer-recorder",
"version": "0.5.3",
"version": "0.6.0",
"description": "A Chrome extension for recording browser interaction and generating Puppeteer scripts",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Puppeteer Recorder",
"version": "0.5.3",
"version": "0.6.0",
"manifest_version": 2,
"description": "A Chrome extension for recording browser interaction and generating Puppeteer scripts",
"permissions": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ exports[`App.vue it has the correct pristine / empty state 1`] = `
class="text-muted"
>
<small>
0.5.3
0.6.0
</small>
</span>
</a>
Expand Down

0 comments on commit 87f627e

Please sign in to comment.