Skip to content

Commit 48e8178

Browse files
committed
20161216.01 - Milestone 1.0
1 parent f94de2f commit 48e8178

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
![logo](https://raw.githubusercontent.com/yafp/interAPTive/master/img/fa-repeat_64_0_000000_none.png) interAPTive Changelog
22
==========
33

4+
1.0 - Works for me (20161216)
5+
=============================
6+
- Finish him ;)
7+
8+
49

510
0.7 - Less might be more (201606xx)
611
===================================

src/interaptive.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
# (inspired by yaourt-gui)
66
# Author :yafp
77
# URL :https://github.com/yafp/interAPTive/
8-
# Date :20161212
9-
# Version :0.9
8+
# Date :20161216.01
9+
# Version :1.0
1010
# Usage :bash interaptive.sh (non-installed)
1111
# :interaptive (installed via Makefile)
1212
# Notes :None
@@ -33,7 +33,7 @@ function initAppBasics() {
3333
readonly appAuthor="yafp"
3434
readonly appName="interAPTive"
3535
readonly appDescription="An interactive commandline interface for APT"
36-
readonly appVersion="0.9.20161212.01" # 0.x.YYMMDDDD
36+
readonly appVersion="1.0.20161216.01" # 0.x.YYMMDDDD
3737
readonly appTagline=" $appName - $appDescription"
3838
readonly appPathFull="/usr/bin/interaptive" # if 'installed' via makefile
3939
readonly appLicense="GPL3"

version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.9.20161212.01
1+
1.0.20161216.01

0 commit comments

Comments
 (0)