Skip to content

Commit a808250

Browse files
committed
Bump version to 0.1.8
1 parent 120559d commit a808250

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

bin/helper.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import { newProgressBar } from "./lib/util.js";
2121
import * as deepHash from "arweave/node/lib/deepHash.js";
2222
import ArweaveBundles from "arweave-bundles";
2323

24-
export const VERSION = "0.1.7";
24+
export const VERSION = "0.1.8";
2525

2626
const CHUNK_SIZE = 128 * 1024 * 1024; // 128Mb
2727

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.7",
3+
"version": "0.1.8",
44
"description": "git-remote-helper for Gitopia",
55
"main": "bin/index.mjs",
66
"bin": {

0 commit comments

Comments
 (0)