Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'ui_translate/__init__.py')
-rw-r--r--ui_translate/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui_translate/__init__.py b/ui_translate/__init__.py
index 23f03d43..5ac0db95 100644
--- a/ui_translate/__init__.py
+++ b/ui_translate/__init__.py
@@ -21,8 +21,8 @@
bl_info = {
"name": "Manage UI translations",
"author": "Bastien Montagne",
- "version": (1, 1, 3),
- "blender": (2, 75, 0),
+ "version": (1, 1, 4),
+ "blender": (2, 79, 0),
"location": "Main \"File\" menu, text editor, any UI control",
"description": "Allow to manage UI translations directly from Blender "
"(update main po files, update scripts' translations, etc.)",