Skip to content

Commit

Permalink
up ver
Browse files Browse the repository at this point in the history
  • Loading branch information
vapormusic committed Jan 28, 2023
1 parent d44bfee commit 39c7d21
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-win-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
uses: marvinpinto/[email protected]
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "v2.4.0"
automatic_release_tag: "v2.4.1"
prerelease: false
files: |
./windows/airtunes2.exe
Expand Down
4 changes: 2 additions & 2 deletions example_execlient.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ ws.on('open', function open() {
"host":"192.168.100.12",
"args":{"port":7000,
"volume":20, "airplay2": true ,
//"txt":["cn=0,1,2,3","da=true","et=0,3,5","ft=0x4A7FCA00,0xBC354BD0","sf=0xa0404","md=0,1,2","am=AudioAccessory5,1","pk=lolno","tp=UDP","vn=65537","vs=670.6.2","ov=16.2","vv=2"],
"txt":["cn=0,1,2,3","da=true","et=0,3,5","ft=0x4A7FCA00,0xBC354BD0","sf=0x80484","md=0,1,2","am=AudioAccessory5,1","pk=lol","tp=UDP","vn=65537","vs=670.6.2","ov=16.2","vv=2"],
"txt":["cn=0,1,2,3","da=true","et=0,3,5","ft=0x4A7FCA00,0xBC354BD0","sf=0xa0404","md=0,1,2","am=AudioAccessory5,1","pk=lolno","tp=UDP","vn=65537","vs=670.6.2","ov=16.2","vv=2"],
//"txt":["cn=0,1,2,3","da=true","et=0,3,5","ft=0x4A7FCA00,0xBC354BD0","sf=0x80484","md=0,1,2","am=AudioAccessory5,1","pk=lol","tp=UDP","vn=65537","vs=670.6.2","ov=16.2","vv=2"],
"debug":true,
"forceAlac":false}}))
});
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"audio",
"cider"
],
"version": "2.4.0",
"version": "2.4.1",
"author": "vapormusic <[email protected]>",
"main": "./lib/index.js",
"bin": "./examples/play_stdin.js",
Expand Down

0 comments on commit 39c7d21

Please sign in to comment.