Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
chances committed Jan 9, 2021
1 parent 104b370 commit 3da3ea6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ test:
cover: $(SOURCES)
env LD_LIBRARY_PATH=$(WASMER_DIR)/lib dub test --parallel --coverage

PACKAGE_VERSION := 0.1.0
PACKAGE_VERSION := 0.2.0
docs/sitemap.xml: $(SOURCES)
dub build -b ddox
@echo "Performing cosmetic changes..."
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Also includes an idiomatic D wrapper of the [Wasmer Runtime C API](https://githu

```json
"dependencies": {
"wasmer": "0.1.0"
"wasmer": "0.2.0"
}
```

Expand Down

0 comments on commit 3da3ea6

Please sign in to comment.