Skip to content

Commit

Permalink
Bump version away from oxymoron pre-release alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
chances committed Jan 6, 2021
1 parent 092c30a commit 5f9a0e8
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 @@ -35,7 +35,7 @@ test:
cover: $(SOURCES)
env LD_LIBRARY_PATH=$(WASMER_DIR)/lib dub test --parallel --coverage

PACKAGE_VERSION := 0.1.0-alpha.4
PACKAGE_VERSION := 0.1.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-alpha.4"
"wasmer": "0.1.0"
}
```

Expand Down

0 comments on commit 5f9a0e8

Please sign in to comment.