Skip to content
This repository was archived by the owner on Jan 23, 2021. It is now read-only.

Commit 5880cc8

Browse files
committed
release 6.12.0-3
1 parent 2010eb2 commit 5880cc8

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Download the latest `csound-wasm-browser.js` under [releases](https://github.com
6666
```
6767
Or alternatively (preferably for development) refer directly to the gihub releases within the html, like so.
6868
```html
69-
<script src="https://github.com/hlolli/csound-wasm/releases/download/6.12.0-2/csound-wasm-browser.js"></script>
69+
<script src="https://github.com/hlolli/csound-wasm/releases/download/6.12.0-3/csound-wasm-browser.js"></script>
7070
```
7171
This file is minified via Google Closure Compiler and is intended to be used as is. If you're useing Webpack or Gulp, then add this file as a vendor resource.
7272

@@ -86,7 +86,7 @@ require('csound-wasm/release/browser/csound-wasm-browser.js');
8686
<h5>Click Start realtime once, gotta love chrome's new autoplay ban policy</h5>
8787
<button id="start">Start realtime</button>
8888
<button id="beeper">Make beep!</button>
89-
<script src="https://github.com/hlolli/csound-wasm/releases/download/6.12.0-2/csound-wasm-browser.js">
89+
<script src="https://github.com/hlolli/csound-wasm/releases/download/6.12.0-3/csound-wasm-browser.js">
9090
<script>
9191
const beeper = `
9292
instr 1

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "csound-wasm",
3-
"version": "6.12.0-2",
3+
"version": "6.12.0-3",
44
"author": "Hlödver Sigurdsson <[email protected]>",
55
"license": "GPL-3.0",
66
"keywords": [

release/browser/csound-wasm-browser.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

release/browser/main.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/csound_wasm/browser.cljs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
(if (exists? ^js js/window.csound_worklet_processor_url)
106106
^js js/window.csound_worklet_processor_url
107107
(str "https://s3.amazonaws.com/hlolli/csound-wasm/"
108-
"6.12.0-2"
108+
"6.12.0-3"
109109
"/csound-wasm-worklet-processor.js")))
110110
(.then
111111
(fn []

0 commit comments

Comments
 (0)