Skip to content

Commit bac662a

Browse files
committed
tag to 0.10.0
1 parent 58865bf commit bac662a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ this video demos basic functionality
2323
(gc_listoffers)$ git fetch
2424
From github.com:krunch3r76/gc__listoffers
2525
d87b579..01f72be master -> origin/master
26-
* [new tag] v0.9.0 -> v0.9.0
26+
* [new tag] v0.10.0 -> v0.10.0
2727
```
2828

2929
# upgrade installation to latest tag, wiping current installation
@@ -32,7 +32,7 @@ From github.com:krunch3r76/gc__listoffers
3232
(gc__listoffers)$ git reset --hard HEAD
3333
(gc__listoffers)$ git pull
3434
(gc__listoffers)$ git clean -dfx
35-
(gc__listoffers)$ git checkout v0.9.0
35+
(gc__listoffers)$ git checkout v0.10.0
3636
```
3737
# usage
3838
## ensure python3-tk is installed
@@ -43,7 +43,7 @@ From github.com:krunch3r76/gc__listoffers
4343
```bash
4444
$ git clone https://github.com/krunch3r76/gc__listoffers.git
4545
$ cd gc__listoffers
46-
./gc__listoffers$ git checkout v0.9.0
46+
./gc__listoffers$ git checkout v0.10.0
4747
./gc__listoffers$ python3 gc__listoffers.py
4848
```
4949
On Windows:

0 commit comments

Comments
 (0)