Skip to content
This repository has been archived by the owner on Jan 11, 2019. It is now read-only.

Commit

Permalink
bump version and remove tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
FinalAngel committed Dec 4, 2014
1 parent c4a4260 commit 955b923
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
34 changes: 17 additions & 17 deletions addon.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"name": "Gallery",
"description": "Easy to use and powerfull gallery system",
"url": "https://github.com/aldryn/aldryn-gallery",
"package-name": "aldryn-gallery",
"installed-apps": [
"djangocms_text_ckeditor",
"filer",
"aldryn_gallery"
],
"author": {
"name": "Divio AG",
"url": "https://www.divio.ch"
},
"license": {
"name": "BSD"
}
}
"name": "Gallery",
"description": "Easy to use and powerfull gallery system",
"url": "https://github.com/aldryn/aldryn-gallery",
"package-name": "aldryn-gallery",
"installed-apps": [
"djangocms_text_ckeditor",
"filer",
"aldryn_gallery"
],
"author": {
"name": "Divio AG",
"url": "https://www.divio.ch"
},
"license": {
"name": "BSD"
}
}
2 changes: 1 addition & 1 deletion aldryn_gallery/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# -*- coding: utf-8 -*-
__version__ = '0.1.13'
__version__ = '0.2.0'

0 comments on commit 955b923

Please sign in to comment.