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

Commit 63d9dba

Browse files
committed
chore: bump versions
1 parent 702a3f9 commit 63d9dba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppeteer-recorder",
3-
"version": "0.7.0",
3+
"version": "0.7.1",
44
"description": "A Chrome extension for recording browser interaction and generating Puppeteer scripts",
55
"main": "index.js",
66
"scripts": {

src/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Puppeteer Recorder",
3-
"version": "0.7.0",
3+
"version": "0.7.1",
44
"manifest_version": 2,
55
"description": "A Chrome extension for recording browser interaction and generating Puppeteer scripts",
66
"permissions": [

0 commit comments

Comments
 (0)