Skip to content

Commit 7fa3137

Browse files
committed
Bump version to 0.1.7
1 parent 114e6fc commit 7fa3137

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
@@ -19,7 +19,7 @@ import { newProgressBar } from "./lib/util.js";
1919
import * as deepHash from "arweave/node/lib/deepHash.js";
2020
import ArweaveBundles from "arweave-bundles";
2121

22-
export const VERSION = "0.1.6";
22+
export const VERSION = "0.1.7";
2323

2424
const _timeout = async (duration) => {
2525
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.6",
3+
"version": "0.1.7",
44
"description": "git-remote-helper for Gitopia",
55
"main": "bin/index.mjs",
66
"bin": {

0 commit comments

Comments
 (0)