Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
aboood40091 committed Jul 26, 2017
1 parent 1529e0a commit dcde1be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# BNTX Extractor v0.1
# BNTX Extractor v0.2
Extracts textures from the Binary Texture ('BNTX' / .bntx file extension) format used in Wii U games, and saves them as DDS.

## Requirements:
Expand Down
4 changes: 2 additions & 2 deletions build.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-

# BNTX Extractor
# Version v0.1
# Version v0.2
# Copyright © 2014 Treeki, 2015-2017 Stella/AboodXD

# This file is part of BNTX Extractor.
Expand All @@ -25,7 +25,7 @@
import os, shutil, sys
from cx_Freeze import setup, Executable

version = '0.1'
version = '0.2'

# Pick a build directory
dir_ = 'bntx_extract v' + version
Expand Down

0 comments on commit dcde1be

Please # to comment.