Skip to content

Commit

Permalink
Inherit standard pipes to git
Browse files Browse the repository at this point in the history
  • Loading branch information
emi2k01 committed Jun 22, 2022
1 parent 3965a85 commit 16cf9fe
Show file tree
Hide file tree
Showing 4 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 = "git-ct"
version = "0.1.0"
version = "0.0.15"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion npm/binary.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const { Binary } = require("@emi2k01/binary-install");
const os = require("os");
const cTable = require("console.table");

const VERSION = "0.0.12";
const VERSION = "0.0.15";

const error = (msg) => {
console.error(msg);
Expand Down
2 changes: 1 addition & 1 deletion npm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "git-ct",
"version": "0.0.8",
"version": "0.0.9",
"description": "Git commit templates",
"main": "binary.js",
"bin": {
Expand Down

0 comments on commit 16cf9fe

Please sign in to comment.