Skip to content

Commit

Permalink
Bump version to 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mayankk2308 committed Jun 1, 2018
1 parent db49df4 commit 7bd750e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions purge-nvda.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# purge-nvda.sh
# Author(s): Mayank Kumar (mayankk2308, github.com / mac_editor, egpu.io)
# License: Specified in LICENSE.md.
# Version: 2.1.0
# Version: 2.1.1

# Re-written for scalability and better user interaction.

Expand Down Expand Up @@ -37,7 +37,7 @@ SCRIPT_FILE=""
# Script version
SCRIPT_MAJOR_VER="2"
SCRIPT_MINOR_VER="1"
SCRIPT_PATCH_VER="0"
SCRIPT_PATCH_VER="1"
SCRIPT_VER="${SCRIPT_MAJOR_VER}.${SCRIPT_MINOR_VER}.${SCRIPT_PATCH_VER}"

# User input
Expand Down

0 comments on commit 7bd750e

Please sign in to comment.