Skip to content

Commit 86930eb

Browse files
committed
v0.1.4
1 parent 4770acb commit 86930eb

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

clients/oooooooo/src/IntroAnimation.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ void IntroAnimation::renderCenterText(SDL_Renderer* renderer, int windowWidth,
168168

169169
// Render multiple lines of text
170170
const char* subTexts[] = {"oooooooo", "", "digital tape loops x8",
171-
"v0.1.3", "", "h for help"};
171+
"v0.1.4", "", "h for help"};
172172
int numSubTexts = sizeof(subTexts) / sizeof(subTexts[0]);
173173

174174
for (int i = 0; i < numSubTexts; ++i) {

readme.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,20 @@ This program requires JACK to be running. Make sure to first [download and insta
1515

1616
### Windows
1717

18-
Download [oooooooo_v0.1.3.zip](https://github.com/schollz/oooooooo/releases/download/v0.1.3/oooooooo_v0.1.3.zip). Unzip it and then run the `oooooooo.exe` program in the resulting directory.
18+
Download [oooooooo_v0.1.4.zip](https://github.com/schollz/oooooooo/releases/download/v0.1.4/oooooooo_v0.1.4.zip). Unzip it and then run the `oooooooo.exe` program in the resulting directory.
1919

2020
### Linux
2121

22-
Download [oooooooo_v0.1.3.AppImage](https://github.com/schollz/oooooooo/releases/download/v0.1.3/oooooooo_v0.1.3.AppImage) and then run the following commands:
22+
Download [oooooooo_v0.1.4.AppImage](https://github.com/schollz/oooooooo/releases/download/v0.1.4/oooooooo_v0.1.4.AppImage) and then run the following commands:
2323

2424
```bash
25-
chmod +x oooooooo_v0.1.3.AppImage
26-
./oooooooo_v0.1.3.AppImage
25+
chmod +x oooooooo_v0.1.4.AppImage
26+
./oooooooo_v0.1.4.AppImage
2727
```
2828

2929
### macOS
3030

31-
Download [oooooooo_v0.1.3.dmg](https://github.com/schollz/oooooooo/releases/download/v0.1.3/oooooooo_v0.1.3.dmg). Make sure to allow the app to run in System Preferences > Security & Privacy > General. Then run the `oooooooo` program in the resulting directory.
31+
Download [oooooooo_v0.1.4.dmg](https://github.com/schollz/oooooooo/releases/download/v0.1.4/oooooooo_v0.1.4.dmg). Make sure to allow the app to run in System Preferences > Security & Privacy > General. Then run the `oooooooo` program in the resulting directory.
3232

3333
## Help
3434

0 commit comments

Comments
 (0)