Skip to content

Commit

Permalink
bump version for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
itsfrank committed Nov 5, 2024
1 parent 61280e9 commit f61d4ed
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,15 +95,15 @@ in `wally.toml`:

```toml
[dev-dependencies]
frktest = "itsfrank/[email protected].1"
frktest = "itsfrank/[email protected].2"
```

Create alias in `.luaurc`:

```jsonc
{
"aliases": {
"frktest": "DevPackages/_Index/[email protected].1/frktest/src",
"frktest": "DevPackages/_Index/[email protected].2/frktest/src",
}
}
```
Expand All @@ -118,15 +118,15 @@ in `pesde.toml`:

```toml
[dev_dependencies]
frktest = { name = "itsfrank/frktest", version = "^0.0.1" }
frktest = { name = "itsfrank/frktest", version = "^0.0.2" }
```

Create alias in `.luaurc`:

```jsonc
{
"aliases": {
"frktest": "lune_packages/.pesde/itsfrank+frktest/0.0.1/frktest/src/"
"frktest": "lune_packages/.pesde/itsfrank+frktest/0.0.2/frktest/src/"
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion pesde.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name = "itsfrank/frktest"
version = "0.0.1"
version = "0.0.2"
description = "A basic test framework for Lune"
authors = ["Francis O'Brien <github.com/itsfrank>"]
repository = "https://github.com/itsfrank/frktest"
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 = "itsfrank/frktest"
description = "Simple testing framework"
version = "0.0.1"
version = "0.0.2"
license = "MIT"
authors = ["Francis O'Brien <github.com/itsfrank>"]
registry = "https://github.com/upliftgames/wally-index"
Expand Down

0 comments on commit f61d4ed

Please sign in to comment.