Skip to content

Commit 935f671

Browse files
committed
release: cut the 1.8.0 release
1 parent f15358d commit 935f671

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

devtools/src/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"manifest_version": 2,
33
"name": "Testing Playground",
44
"description": "Simple and complete DOM testing playground that encourage good testing practices.",
5-
"version": "1.0.2",
6-
"version_name": "1.0.2",
5+
"version": "1.8.0",
6+
"version_name": "1.8.0",
77
"minimum_chrome_version": "49",
88
"icons": {
99
"16": "icons/16-production.png",

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "testing-playground",
3-
"version": "1.7.0",
3+
"version": "1.8.0",
44
"description": "Simple and complete DOM testing playground that encourage good testing practices.",
55
"author": "Stephan Meijer <[email protected]>",
66
"homepage": "https://testing-playground.com",

0 commit comments

Comments
 (0)