Skip to content

Commit

Permalink
Releasing v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
daonb committed Apr 15, 2024
1 parent 5724864 commit 7c6adb6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ dist
node_modules
aatp/assets
.cache/**
.gpteng/**
2 changes: 2 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ builds:
apple_id {
username = "{{.Env.APPLE_ID_USERNAME}}"
password = "{{.Env.APPLE_ID_PASSWORD}}"
provider = "{{.Env.APPLE_ID_TEAM}}"
}
source = ["dist/darwin_{{.Target}}/{{.Name}}"]
sign {
Expand Down Expand Up @@ -75,6 +76,7 @@ signs:
apple_id {
username = "{{.Env.APPLE_ID_USERNAME}}"
password = "{{.Env.APPLE_ID_PASSWORD}}"
provider = "{{.Env.APPLE_ID_TEAM}}"
}
notarize {
path = "${artifact}"
Expand Down
4 changes: 1 addition & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ his file's format is define in
and the release workflow reads it to set github's release notes.


## Unreleased

This version includes breaking changes in the peers library.
## [1.4.0] 2024-4-14

### Added

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ server and then initiates a WebRTC connection.

This repo inscludes a [one-line installer](install.sh) for installing on Mac & Linux.
To use to install the latest version it run
`bash -c "$(curl -sL https://get.webexec.sh)".
`bash -c "$(curl -sL https://get.webexec.sh)"`.

### From Source

Expand Down

0 comments on commit 7c6adb6

Please sign in to comment.