Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Mirch committed Sep 29, 2024
1 parent 4157ca6 commit 24abfbe
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pont"
version = "0.2.0"
version = "0.3.0"
authors = ["Mircea Teodor Oprea <mircea@mirceaoprea.net>"]
license = "MIT"
description = "A project template tool that works with Git repositories and local directories."
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ Currently, `pont` can only be installed using [cargo](https://doc.rust-lang.org/
cargo install pont
```

## Prerequisites

- `git` should be installed and available in your PATH.

## Usage

### Generate a template
Expand Down Expand Up @@ -49,7 +53,7 @@ It is a good idea to always include the `.git` directory in the `ignore` list, a
`pont.yaml` example:

```yaml
version: 0.2.0
version: 0.3.0
name: pont
commands:
- echo "Initializing Pont..."
Expand Down
2 changes: 1 addition & 1 deletion pont.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 0.2.0
version: 0.3.0
name: pont
commands:
- echo "Initializing Pont..."
Expand Down

0 comments on commit 24abfbe

Please sign in to comment.