Skip to content

Commit c323c17

Browse files
author
ronen
committed
0.3.2
1 parent dcfe196 commit c323c17

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Each repo:
6565

6666
1. Cloned into a bare repo using 'git clone --mirror'.
6767
2. Exported to a single file using 'git bundle create'.
68-
3. Incremented using 'git remote update --prune'.
68+
3. Incremented using 'git fetch remote'.
6969

7070
# Install
7171

@@ -76,7 +76,7 @@ Perquisites:
7676
* Ubuntu (Should work on any Linux system but not tested).
7777

7878
```bash
79-
$ wget https://github.com/narkisr/octo/releases/download/0.3.1/octo
79+
$ wget https://github.com/narkisr/octo/releases/download/0.3.2/octo
8080
$ sudo mv octo /usr/local/bin
8181
```
8282

bin/binary.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
cat bin/stub.sh target/octo-0.3.1-standalone.jar > target/octo && chmod +x target/octo
1+
cat bin/stub.sh target/octo-0.3.2-standalone.jar > target/octo && chmod +x target/octo
22

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject octo "0.3.1"
1+
(defproject octo "0.3.2"
22
:description "Github backup tool"
33
:url "https://github.com/narkisr/octo-rewind"
44
:license {:name "Apache License, Version 2.0" :url "http://www.apache.org/licenses/LICENSE-2.0.html"}

src/octo/core.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
(timbre/refer-timbre)
1212

13-
(def version "0.3.1")
13+
(def version "0.3.2")
1414

1515
(defn per-repo [[f {:keys [repos]}]]
1616
(doseq [{:keys [user org] :as repo} repos]

0 commit comments

Comments
 (0)