Skip to content

Commit

Permalink
chore: Bump version number to v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
j3soon committed May 8, 2024
1 parent 5599a02 commit 782cdc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ cd omni-nerf-extension
Download assets:

```sh
wget https://github.com/j3soon/omni-nerf-extension/releases/download/v0.0.1/assets.zip
wget https://github.com/j3soon/omni-nerf-extension/releases/download/v0.0.2/assets.zip
unzip assets.zip
```

Expand Down
2 changes: 1 addition & 1 deletion extension/exts/omni.nerf.viewport/config/extension.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
# Semantic Versioning is used: https://semver.org/
version = "0.0.1"
version = "0.0.2"

# Lists people or organizations that are considered the "authors" of the package.
authors = ["Johnson Sun", "Yan-Bin Diau"]
Expand Down

0 comments on commit 782cdc3

Please sign in to comment.