Skip to content

Commit

Permalink
Merge pull request #129 from percy/release-2.0.0-beta.0
Browse files Browse the repository at this point in the history
Release 2.0.0-beta.0
  • Loading branch information
Amit3200 authored Jul 14, 2023
2 parents 4a5accf + b68c84a commit a396910
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@percy/appium-app",
"description": "Appium client library for visual testing with Percy",
"version": "1.2.1",
"version": "2.0.0-beta.0",
"license": "MIT",
"author": "Perceptual Inc.",
"repository": {
Expand All @@ -24,7 +24,8 @@
"node": ">=14"
},
"publishConfig": {
"access": "public"
"access": "public",
"tag": "beta"
},
"scripts": {
"lint": "eslint --ignore-path .gitignore .",
Expand Down

0 comments on commit a396910

Please sign in to comment.