Skip to content

Commit

Permalink
Bump version (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
vocksel authored Dec 18, 2021
1 parent ce6507d commit 1e4bbb1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ If you are using [Wally](https://github.com/UpliftGames/wally), add the followin

```
[dependencies]
Geo = "vocksel/[email protected].0
Geo = "vocksel/[email protected].1
```

### Model File
Expand Down
4 changes: 2 additions & 2 deletions default.project.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Geo",
"name": "geo",
"tree": {
"$path": "src"
}
}
}
2 changes: 1 addition & 1 deletion dev.project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Geo (Dev)",
"name": "geo (dev)",
"tree": {
"$className": "DataModel",
"ReplicatedStorage": {
Expand Down
2 changes: 1 addition & 1 deletion wally.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "vocksel/geo"
description = "A library for 2D shape recognition"
version = "1.0.0"
version = "1.0.1"
authors = [ "David Minnerly <[email protected]>" ]
license = "MIT"
registry = "https://github.com/UpliftGames/wally-index"
Expand Down

0 comments on commit 1e4bbb1

Please sign in to comment.