Skip to content

Commit

Permalink
Bump 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vlinkz committed Feb 3, 2023
1 parent e0607af commit ee45ac3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nix-editor"
version = "0.3.0-beta.1"
version = "0.3.0"
edition = "2021"
license = "MIT"
description = "Some functions to modify NixOS configuration files"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ Options:
-o, --output <OUTPUT> Output file for modified config or read value
-r, --raw Prints console output without newlines or trimmed output
-f, --format Formats output using nixpkgs-fmt. Helps when writing new values
-h, --help Print help information
-V, --version Print version information
-h, --help Print help
-V, --version Print version
```
[coveralls badge]: https://img.shields.io/coveralls/github/vlinkz/nix-editor?style=for-the-badge
[coveralls]: https://coveralls.io/github/vlinkz/nix-editor
Expand Down

0 comments on commit ee45ac3

Please sign in to comment.