Skip to content

Commit

Permalink
Release 3.2.5 (#465)
Browse files Browse the repository at this point in the history
* Release 3.2.5

* Update node to 16
  • Loading branch information
koral-- authored Jun 23, 2023
1 parent 0a11b3b commit 7bc0c41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .semaphore/semaphore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ blocks:
- 'wget https://dl.google.com/android/repository/platform-tools-latest-linux.zip -O ~/platform-tools-latest-linux.zip'
- unzip ~/platform-tools-latest-linux.zip -d ~
- 'export PATH=$PATH:~/platform-tools'
- sem-version node 12
- sem-version node 16
- cache restore
- npm install
- cache store
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@devicefarmer/adbkit",
"version": "3.2.4",
"version": "3.2.5",
"description": "A Typescript client for the Android Debug Bridge.",
"keywords": [
"adb",
Expand Down

0 comments on commit 7bc0c41

Please sign in to comment.