From da2665a33b53defc886540d50fc4fd9771ce9e86 Mon Sep 17 00:00:00 2001 From: Caleb Smith Date: Sun, 15 Sep 2019 16:52:02 -0500 Subject: [PATCH] Version bump --- bcml/data/version.txt | 2 +- installer.cfg | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bcml/data/version.txt b/bcml/data/version.txt index 0d9da61b..1965a652 100644 --- a/bcml/data/version.txt +++ b/bcml/data/version.txt @@ -1 +1 @@ -version='2.2.7' \ No newline at end of file +version='2.2.8' \ No newline at end of file diff --git a/installer.cfg b/installer.cfg index 659aa710..0b9461d5 100644 --- a/installer.cfg +++ b/installer.cfg @@ -1,6 +1,6 @@ [Application] name=BCML -version=2.2.7 +version=2.2.8 entry_point=bcml.__init__:main icon=bcml/data/bcml.ico diff --git a/setup.py b/setup.py index a1838231..d29f60ed 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name='bcml', - version='2.2.7.post1', + version='2.2.8', author='NiceneNerd', author_email='macadamiadaze@gmail.com', description='A mod manager for The Legend of Zelda: Breath of the Wild on Cemu',