Skip to content
This repository was archived by the owner on Jun 21, 2020. It is now read-only.

Commit 70c0601

Browse files
authored
Merge pull request #34 from km4ack/dev
Dev
2 parents 3626181 + 227c659 commit 70c0601

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

release

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
This file is used by the update script to check and make sure that the latest version of pat menu is installed on the system.
22

3-
release=0.68
3+
release=0.69
44

55

66
Changelog
77

8+
0.69 fix issue 33 https://github.com/km4ack/patmenu/issues/33
9+
bump version #
810
0.68 remove bug warning from README.md
911
reorder release file so latest revs at top
1012
fix release display in update script

update

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ clear
2424
echo "Pat-Menu needs to be updated"
2525
echo
2626
echo "Here's the change log"
27-
cat latest | head -n 17 | tail -n +8
27+
cat $HOME/patmenu/latest | head -n 17 | tail -n +8
2828
echo;echo
2929
echo "Current installed version is "$CURRENT
3030
echo

0 commit comments

Comments
 (0)