diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 9635571..39101e0 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.0 +current_version = 3.0.0 tag = True commit = True @@ -14,5 +14,3 @@ replace = version = {new_version} [bumpversion:glob:bin/*.py] search = __version__ = "{current_version}" replace = __version__ = "{new_version}" - - diff --git a/README.md b/README.md index 97ce0fb..4491201 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # SA-base64 -Version 0.1.0 +Version 3.0.0 _Base64 Add-On for Splunk_ provides a custom command for base64 encoding and decoding diff --git a/bin/b64.py b/bin/b64.py index 5d4bee9..7414a94 100644 --- a/bin/b64.py +++ b/bin/b64.py @@ -3,7 +3,7 @@ from __future__ import absolute_import, division, print_function, unicode_literals -__version__ = "0.1.0" +__version__ = "3.0.0" import os import sys diff --git a/default.d/20-base/app.conf b/default.d/20-base/app.conf index b759a7d..0beb356 100644 --- a/default.d/20-base/app.conf +++ b/default.d/20-base/app.conf @@ -9,7 +9,7 @@ is_configured = 0 [launcher] author = kintyre description = Decode or encode a string in Base64 -version = 0.1.0 +version = 3.0.0 [package] check_for_updates = true