Skip to content

Commit

Permalink
Update version to 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel7grant committed Mar 17, 2023
1 parent d5d9415 commit 638ae4f
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 7 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Changelog

## [Unreleased]
## [0.1.3] - 2023-03-17

### Fixed

- Fix binary path on NPM packaged binaries
- Remove installation error in JS script with old Node version

### Improved

Expand Down
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,7 +1,7 @@
[package]
name = "gr-bin"
description = "Interact with remote repositories like you interact with git"
version = "0.1.2"
version = "0.1.3"
edition = "2021"
license = "MIT"
documentation = "https://github.com/daniel7grant/gr"
Expand Down
4 changes: 2 additions & 2 deletions npm/package-lock.json

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

2 changes: 1 addition & 1 deletion npm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gr-bin",
"version": "0.1.2",
"version": "0.1.3",
"description": "",
"main": "gr.js",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion src/cmd/args.rs
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ $ gr login github.com")]

#[derive(Debug, Parser)]
#[command(name = "gr")]
#[command(version = "0.1.2")]
#[command(version = "0.1.3")]
#[command(about = "Interact with remote repositories like you interact with git", long_about = None)]
#[command(after_help = "Examples:
Expand Down

0 comments on commit 638ae4f

Please sign in to comment.