Skip to content

Commit 0b62718

Browse files
docs: added version for release
1 parent 7661e6b commit 0b62718

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ QuickOverflow has a solution for that.
1212

1313
QuickOverflow is a Command Line Tool for Linux based systems to quickly get to solutions for your errors on browser right from your terminal, without ever clicking on your browser icon.
1414

15-
As of v1.0, QuickOverflow only supports Python debugging. However, support for other languages is planned and underway.
15+
As of v1.0.1, QuickOverflow only supports Python debugging. However, support for other languages is planned and underway.
1616

1717
## Getting Started
1818

headers/commands.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ int quickoverflow_search(char **args)
8585
int quickoverflow_help(char **args){
8686
int i;
8787
printf("--------------------------------QuickOverflow-----------------------------\n");
88-
printf("---------------------------------Version 1.0----------------------------\n");
88+
printf("---------------------------------Version 1.0.1----------------------------\n");
8989
printf("Type program names and arguments, and hit enter.\n");
9090
printf("The following are built in:\n");
9191

@@ -106,7 +106,7 @@ int quickoverflow_quit(char **args){
106106

107107
int quickoverflow_about(char **args){
108108
printf("-------------------------------QuickOverflow-----------------------------------\n");
109-
printf("Version: 1.0\n");
109+
printf("Version: 1.0.1\n");
110110
printf("License: MIT License\n");
111111
printf("Author: Aryan Karamtoth (SpaciousCoder78)\n");
112112
printf("Author Email: [email protected]\n");

0 commit comments

Comments
 (0)