Skip to content

Commit

Permalink
🔖 v0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
geekuillaume committed Jul 27, 2020
1 parent 1aa3e76 commit e71d887
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 12 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

<a name="0.2.3"></a>
## 0.2.3 (2020-07-27)

### Fixed

- 🐛 fix quotes when updating readme on deploy [[1aa3e76](https://github.com/geekuillaume/soundsync/commit/1aa3e76413f121055cf1fbb3ce44e12c19c6bdc0)]


<a name="0.2.2"></a>
## 0.2.2 (2020-07-27)

Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,20 +26,20 @@ Download and install Soundsync for you operating system on every device in your
<table width="100%" align="center"><tr>
<td align="center">
<h3>Windows</h3>
<p><a href="https://github.com/geekuillaume/soundsync/releases/download/v0.2.2/Soundsync_Setup_0.2.2.exe">Download development version</a></p>
<p><a href="https://github.com/geekuillaume/soundsync/releases/download/v0.2.3/Soundsync_Setup_0.2.3.exe">Download development version</a></p>
</td>
<td align="center">
<h3>MacOS</h3>
<p><a href="https://github.com/geekuillaume/soundsync/releases/download/v0.2.2/soundsync-0.2.2.dmg">Download development version</a></p>
<p><a href="https://github.com/geekuillaume/soundsync/releases/download/v0.2.3/soundsync-0.2.3.dmg">Download development version</a></p>
</td>
<td align="center">
<h3>Linux</h3>
<p><a href="https://github.com/geekuillaume/soundsync/releases/download/v0.2.2/soundsync-amd64-0.2.2.deb">Download development version (.deb for Ubuntu/Debian)</a></p>
<p><a href="https://github.com/geekuillaume/soundsync/releases/download/v0.2.2/soundsync-x64-0.2.2.pacman">Download development version (.pacman for Archlinux)</a></p>
<p><a href="https://github.com/geekuillaume/soundsync/releases/download/v0.2.3/soundsync-amd64-0.2.3.deb">Download development version (.deb for Ubuntu/Debian)</a></p>
<p><a href="https://github.com/geekuillaume/soundsync/releases/download/v0.2.3/soundsync-x64-0.2.3.pacman">Download development version (.pacman for Archlinux)</a></p>
</td>
<td align="center">
<h3>Linux ARM (Raspberry)</h3>
<p><a href="https://github.com/geekuillaume/soundsync/releases/download/v0.2.2/soundsync-armv7l-0.2.2.deb">Download development version (.deb for Ubuntu/Debian/Raspbian)</a></p>
<p><a href="https://github.com/geekuillaume/soundsync/releases/download/v0.2.3/soundsync-armv7l-0.2.3.deb">Download development version (.deb for Ubuntu/Debian/Raspbian)</a></p>
</td>
</tr></table>

Expand Down
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "soundsync",
"version": "0.2.2",
"version": "0.2.3",
"description": "Plug virtual cables between any audio source and any speakers in your home",
"author": "Guillaume Besson <[email protected]>",
"main": "./index.js",
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": "soundsync",
"version": "0.2.2",
"version": "0.2.3",
"description": "Plug virtual cables between any audio source and any speakers in your home",
"author": "Guillaume Besson <[email protected]>",
"homepage": "https://soundsync.app",
Expand Down
10 changes: 5 additions & 5 deletions webui/src/components/FirstUse/DownloadLinks.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,29 +13,29 @@ export const DownloadLinks = ({ twoLinesLayout }) => (
<div className="platform">
<img src={WindowsIcon} />
<h3>Windows</h3>
<Button variant="outlined" className="downloadButton" href="https://github.com/geekuillaume/soundsync/releases/download/v0.2.2/Soundsync_Setup_0.2.2.exe">Download</Button>
<Button variant="outlined" className="downloadButton" href="https://github.com/geekuillaume/soundsync/releases/download/v0.2.3/Soundsync_Setup_0.2.3.exe">Download</Button>
</div>
<div className="platform">
<img src={MacOsIcon} />
<h3>MacOS</h3>
<Button variant="outlined" className="downloadButton" href="https://github.com/geekuillaume/soundsync/releases/download/v0.2.2/soundsync-0.2.2.dmg">Download</Button>
<Button variant="outlined" className="downloadButton" href="https://github.com/geekuillaume/soundsync/releases/download/v0.2.3/soundsync-0.2.3.dmg">Download</Button>
</div>
<div className="platform">
<img src={LinuxIcon} />
<h3>Linux</h3>
<Button variant="outlined" className="downloadButton" href="https://github.com/geekuillaume/soundsync/releases/download/v0.2.2/soundsync-amd64-0.2.2.deb">
<Button variant="outlined" className="downloadButton" href="https://github.com/geekuillaume/soundsync/releases/download/v0.2.3/soundsync-amd64-0.2.3.deb">
<span>Download</span>
<span className="packageInfo">.deb for Ubuntu/Debian</span>
</Button>
<Button variant="outlined" className="downloadButton" href="https://github.com/geekuillaume/soundsync/releases/download/v0.2.2/soundsync-x64-0.2.2.pacman">
<Button variant="outlined" className="downloadButton" href="https://github.com/geekuillaume/soundsync/releases/download/v0.2.3/soundsync-x64-0.2.3.pacman">
<span>Download</span>
<span className="packageInfo">.pacman for Archlinux</span>
</Button>
</div>
<div className="platform">
<img src={RaspberryIcon} />
<h3>Linux ARM (Raspberry)</h3>
<Button variant="outlined" className="downloadButton" href="https://github.com/geekuillaume/soundsync/releases/download/v0.2.2/soundsync-armv7l-0.2.2.deb">
<Button variant="outlined" className="downloadButton" href="https://github.com/geekuillaume/soundsync/releases/download/v0.2.3/soundsync-armv7l-0.2.3.deb">
<span>Download</span>
<span className="packageInfo">.deb for Raspbian</span>
</Button>
Expand Down

0 comments on commit e71d887

Please sign in to comment.