Skip to content

Commit 2f508bb

Browse files
committed
Bump version to 0.1.6
1 parent 55e35e8 commit 2f508bb

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

bin/helper.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import ArweaveBundles from "arweave-bundles";
2323
import pkg from "cli-progress";
2424
const { SingleBar, Presets } = pkg;
2525

26-
export const VERSION = "0.1.5"
26+
export const VERSION = "0.1.6"
2727

2828
const _timeout = async (duration) => {
2929
return new Promise((resolve, reject) => {

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gitopia/git-remote-gitopia",
3-
"version": "0.1.5",
3+
"version": "0.1.6",
44
"description": "git-remote-helper for Gitopia",
55
"main": "bin/index.mjs",
66
"bin": {

0 commit comments

Comments
 (0)