Skip to content

Commit 20e4a56

Browse files
committed
Merge branch 'hotfix/1.0.1'
2 parents eea52ac + 06556ae commit 20e4a56

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,7 @@ The project is divided in 2 main parts.
1919

2020
#### Assets
2121

22-
Contains necessary assets to go along the tutorial example:
23-
- `sources` contains data sources tht will be used in the tutorial.
24-
- `wasm` contains the compiled bytecode of the wasm module that we are running in the tutorial.
22+
Contains necessary assets like data sources that go along the tutorial.
2523

2624
#### Module
2725

assets/wasm/avocado_operations.wasm

-2.09 MB
Binary file not shown.

module/avocado_operation/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "avocado_operation"
3-
version = "1.0.0-alpha"
3+
version = "1.0.1"
44
edition = "2018"
55

66
[lib]

0 commit comments

Comments
 (0)