Skip to content

Commit bce8a27

Browse files
committed
Bump version
1 parent fc36a13 commit bce8a27

File tree

4 files changed

+3
-6
lines changed

4 files changed

+3
-6
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "intersection-wasm"
3-
version = "1.2.0"
3+
version = "1.2.1"
44
authors = ["Bogdan Arabadzhi <bogdan.today@gmail.com>"]
55
edition = "2018"
66

build-wasm.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
#!/bin/bash
22

33
# The initial build
4-
# Set wee_alloc as a smaller allocator.
5-
# We do it here instead of Cargo.toml, to keep
6-
# the default allocator in the native Rust library build.
74
wasm-pack build --release
85

96
echo "Initial size"

demo/package-lock.json

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

demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "intersection-wasm-demo",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"main": "index.js",
55
"scripts": {
66
"build": "webpack --config webpack.config.js",

0 commit comments

Comments
 (0)