Skip to content

Commit 0862cab

Browse files
Bump version to 2.0.0
1 parent 92d2e71 commit 0862cab

File tree

13 files changed

+16
-16
lines changed

13 files changed

+16
-16
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Create and save `index.html` page with the following contents:
1515

1616
```html
1717
<html>
18-
<script src="https://cdn.jsdelivr.net/npm/ruby-3_2-wasm-wasi@1.0.1/dist/browser.script.iife.js"></script>
18+
<script src="https://cdn.jsdelivr.net/npm/ruby-3_2-wasm-wasi@2.0.0/dist/browser.script.iife.js"></script>
1919
<script type="text/ruby">
2020
puts "Hello, world!"
2121
</script>

packages/npm-packages/ruby-3_2-wasm-wasi/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ $ npm install --save ruby-3_2-wasm-wasi@latest
1313
# or if you want the nightly snapshot
1414
$ npm install --save ruby-3_2-wasm-wasi@next
1515
# or you can specify the exact snapshot version
16-
$ npm install --save ruby-3_2-wasm-wasi@1.0.1-2023-02-02-a
16+
$ npm install --save ruby-3_2-wasm-wasi@2.0.0-2023-05-18-a
1717
```
1818

1919
## Quick Start (for Node.js)

packages/npm-packages/ruby-3_2-wasm-wasi/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/npm-packages/ruby-3_2-wasm-wasi/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ruby-3_2-wasm-wasi",
3-
"version": "1.0.1",
3+
"version": "2.0.0",
44
"description": "Ruby 3.2 built on WASI",
55
"main": "./dist/index.cjs.js",
66
"umd:main": "./dist/index.umd.js",

packages/npm-packages/ruby-head-wasm-emscripten/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ $ npm install --save ruby-head-wasm-emscripten@latest
1313
# or if you want the nightly snapshot
1414
$ npm install --save ruby-head-wasm-emscripten@next
1515
# or you can specify the exact snapshot version
16-
$ npm install --save ruby-head-wasm-emscripten@0.1.0-2022-04-16-a
16+
$ npm install --save ruby-head-wasm-emscripten@2.0.0-2023-05-18-a
1717
```
1818

1919
## Quick Start

packages/npm-packages/ruby-head-wasm-emscripten/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/npm-packages/ruby-head-wasm-emscripten/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ruby-head-wasm-emscripten",
3-
"version": "0.1.0",
3+
"version": "2.0.0",
44
"description": "Ruby head built on Emscripten",
55
"type": "commonjs",
66
"main": "dist/index.js",

packages/npm-packages/ruby-head-wasm-wasi/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ $ npm install --save ruby-head-wasm-wasi@latest
1313
# or if you want the nightly snapshot
1414
$ npm install --save ruby-head-wasm-wasi@next
1515
# or you can specify the exact snapshot version
16-
$ npm install --save ruby-head-wasm-wasi@0.6.0-2023-02-01-a
16+
$ npm install --save ruby-head-wasm-wasi@2.0.0-2023-05-18-a
1717
```
1818

1919
## Quick Start (for Node.js)

packages/npm-packages/ruby-head-wasm-wasi/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/npm-packages/ruby-head-wasm-wasi/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ruby-head-wasm-wasi",
3-
"version": "0.6.0",
3+
"version": "2.0.0",
44
"description": "Ruby head built on WASI",
55
"main": "./dist/index.cjs.js",
66
"umd:main": "./dist/index.umd.js",

0 commit comments

Comments
 (0)