Skip to content

Commit

Permalink
oooh my bad
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAlan404 committed Jul 10, 2023
1 parent 6b0b552 commit 4d247e7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
3 changes: 2 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mcman"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
authors = ["ParadigmMC"]
repository = "https://github.com/ParadigmMC/mcman"
Expand All @@ -19,8 +19,8 @@ futures = "0.3"
indexmap = "2.0.0"
indicatif = "0.17"
java-properties = { git = "https://github.com/ParadigmMC/java-properties.git" }
#mcapi = { git = "https://github.com/ParadigmMC/mcapi.git" }
mcapi = { path = "../mcapi" }
mcapi = { git = "https://github.com/ParadigmMC/mcapi.git" }
#mcapi = { path = "../mcapi" }
pathdiff = { git = "https://github.com/Manishearth/pathdiff.git" }
regex = "1.8"
reqwest = { version = "0.11", features = ["json", "stream", "rustls-tls"], default-features = false }
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,12 @@ View the [Documentation](./DOCS.md) here.

## Changelog

### `0.3.0` (unreleased)
### `0.2.1`

- Added **Fabric** support.
- Added **Quilt** support.
- Added `mcman import mrpack` command.
- `mcman init` now supports mrpacks

### `0.2.0`

Expand Down

0 comments on commit 4d247e7

Please sign in to comment.