Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugeny committed Mar 19, 2015
1 parent 1cfbf82 commit 8886ffd
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion ajenti-core/aj/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

# imported by installer, no 3rd party imports here!

__version__ = '0.29'
__version__ = '0.30'

# Global state

Expand Down
2 changes: 1 addition & 1 deletion plugins/core/plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: core
author: Ajenti project
email: e@ajenti.org
url: http://ajenti.org
version: '0.20'
version: '0.21'
title: Core
icon: link
dependencies: []
Expand Down
2 changes: 1 addition & 1 deletion plugins/dashboard/plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: dashboard
author: Ajenti project
email: e@ajenti.org
url: http://ajenti.org
version: '0.11'
version: '0.12'
title: 'Dashboard'
icon: bar-chart
dependencies:
Expand Down
2 changes: 1 addition & 1 deletion plugins/filemanager/plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: filemanager
author: Ajenti project
email: e@ajenti.org
url: http://ajenti.org
version: '0.8'
version: '0.9'
title: 'File Manager'
icon: folder-o
dependencies:
Expand Down
2 changes: 1 addition & 1 deletion plugins/filesystem/plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: filesystem
author: Ajenti project
email: e@ajenti.org
url: http://ajenti.org
version: '0.10'
version: '0.11'
title: 'Filesystem API'
icon: cog
dependencies:
Expand Down
2 changes: 1 addition & 1 deletion plugins/notepad/plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: notepad
author: Ajenti project
email: e@ajenti.org
url: http://ajenti.org
version: '0.8'
version: '0.9'
title: 'Notepad'
icon: pencil
dependencies:
Expand Down
2 changes: 1 addition & 1 deletion plugins/packages/plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: packages
author: Ajenti project
email: e@ajenti.org
url: http://ajenti.org
version: '0.10'
version: '0.11'
title: 'Packages'
icon: gift
dependencies:
Expand Down
2 changes: 1 addition & 1 deletion plugins/passwd/plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: passwd
author: Ajenti project
email: e@ajenti.org
url: http://ajenti.org
version: '0.8'
version: '0.9'
title: 'User DB API'
icon: cog
dependencies:
Expand Down
2 changes: 1 addition & 1 deletion plugins/plugins/plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: plugins
author: Ajenti project
email: e@ajenti.org
url: http://ajenti.org
version: '0.19'
version: '0.20'
title: 'Plugins'
icon: th-large
dependencies:
Expand Down
2 changes: 1 addition & 1 deletion plugins/services/plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: services
author: Ajenti project
email: e@ajenti.org
url: http://ajenti.org
version: '0.8'
version: '0.9'
title: 'Services'
icon: cogs
dependencies:
Expand Down
2 changes: 1 addition & 1 deletion plugins/settings/plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: settings
author: Ajenti project
email: e@ajenti.org
url: http://ajenti.org
version: '0.8'
version: '0.9'
title: 'Settings'
icon: wrench
dependencies:
Expand Down
2 changes: 1 addition & 1 deletion plugins/terminal/plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: terminal
author: Ajenti project
email: e@ajenti.org
url: http://ajenti.org
version: '0.12'
version: '0.13'
title: 'Terminal'
icon: terminal
dependencies:
Expand Down

0 comments on commit 8886ffd

Please sign in to comment.