Skip to content

Commit

Permalink
Merge pull request #24 from kaleidot725/v1.7.1
Browse files Browse the repository at this point in the history
Release v1.7.1
  • Loading branch information
kaleidot725 authored Oct 24, 2022
2 parents 5a5f8bd + 1b5552c commit f81e0e5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request_check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-ruby@v1
with:
ruby-version: '2.6'
ruby-version: '2.7'
- name: run ktlintCheck
run: |
./gradlew --continue ktlintCheck
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Install adb and scrcpy, ScrcpyHub.
## 💻 Windows 10/11

1. Download [here](https://github.com/Genymobile/scrcpy#windows) and install scrcpy somewhere.
2. Download [here](https://github.com/kaleidot725/scrcpy-hub/releases/tag/v1.7.0) and launch ScrcpyHub.
2. Download [here](https://github.com/kaleidot725/scrcpy-hub/releases/tag/v1.7.1) and launch ScrcpyHub.
3. Open ScrcpyHub Preferences.
4. Input adb and scrcpy location, save settings.

Expand All @@ -42,7 +42,7 @@ ScrcpyHub doesn't work mirroring start and stop if you install scrcpy through Ch
## 💻 Linux(Ubuntu)

1. Download [here](https://github.com/Genymobile/scrcpy#windows) and install scrcpy somewhere.
2. Download [here](https://github.com/kaleidot725/scrcpy-hub/releases/tag/v1.7.0) and install ScrcpHub.
2. Download [here](https://github.com/kaleidot725/scrcpy-hub/releases/tag/v1.7.1) and install ScrcpHub.

```
sudo dpkg -i scrcpyhub_1.7.0-1_amd64.deb
Expand All @@ -65,7 +65,7 @@ brew install android-platform-tools
brew install scrcpy
```

2. Download [here](https://github.com/kaleidot725/scrcpy-hub/releases/tag/v1.7.0) and launch ScrcpyHub.
2. Download [here](https://github.com/kaleidot725/scrcpy-hub/releases/tag/v1.7.1) and launch ScrcpyHub.
3. Open ScrcpyHub Preferences.
4. Input adb and scrcpy location, save settings.

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import org.jetbrains.compose.compose
import org.jetbrains.compose.desktop.application.dsl.TargetFormat

group = "me.kaleidot725"
version = "1.7.0"
version = "1.7.1"

plugins {
kotlin("jvm") version "1.6.10"
Expand Down

0 comments on commit f81e0e5

Please sign in to comment.