Skip to content

Commit

Permalink
v3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
David Haeffner committed Aug 14, 2018
1 parent 9043297 commit 935e811
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"packages": [
"packages/*"
],
"version": "3.2.1",
"version": "3.2.2",
"npmClient": "yarn"
}
2 changes: 1 addition & 1 deletion packages/selenium-ide/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "selenium-ide-extension",
"version": "3.2.1",
"version": "3.2.2",
"description": "An integrated development environment for Selenium scripts",
"license": "Apache-2.0",
"private": true,
Expand Down
4 changes: 2 additions & 2 deletions packages/selenium-ide/src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"description": "Selenium Record and Playback tool for ease of getting acquainted with Selenium WebDriver.",
"manifest_version": 2,
"name": "Selenium IDE",
"version": "3.2.1",
"version_name": "3.2.1",
"version": "3.2.2",
"version_name": "3.2.2",
"homepage_url": "https://github.com/SeleniumHQ/selenium-ide",
"icons": {
"16": "icons/icon16.png",
Expand Down

0 comments on commit 935e811

Please sign in to comment.