aboutsummaryrefslogtreecommitdiff
path: root/AndroidResR/AndroidResR.py
diff options
context:
space:
mode:
authorVictor Häggqvist <[email protected]>2015-01-01 18:23:00 +0100
committerVictor Häggqvist <[email protected]>2015-01-01 18:23:00 +0100
commite75d0debcb3cecc281e4ed7e802405cd8177e39f (patch)
tree2c014bff9bea3ae45569f258d85d40555cf5985f /AndroidResR/AndroidResR.py
parentf772f847510144121a29e11611078cf3834fbd8b (diff)
version bumpv1.1.0
Diffstat (limited to 'AndroidResR/AndroidResR.py')
-rwxr-xr-xAndroidResR/AndroidResR.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/AndroidResR/AndroidResR.py b/AndroidResR/AndroidResR.py
index 0f1f88c..41e6c4f 100755
--- a/AndroidResR/AndroidResR.py
+++ b/AndroidResR/AndroidResR.py
@@ -11,6 +11,7 @@ from util.ConfigLoader import ConfigLoader
__author__ = 'Victor Häggqvist'
+__version__ = '1.1.0'
DRAWABLEDIRS = ["drawable-mdpi", "drawable-hdpi", "drawable-xhdpi", "drawable-xxhdpi", "drawable-xxxhdpi"]
DRAWABLESHORT = ["mdpi", "hdpi", "xhdpi", "xxhdpi", "xxxhdpi"]