Skip to content

Commit

Permalink
Increase version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Raimund Schlüßler committed Aug 11, 2016
1 parent 72026da commit d758d26
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
<info>
<id>tasks</id>
<name>Tasks</name>
<version>0.9.2</version>
<version>0.9.3</version>
<namespace>Tasks</namespace>
<category>productivity</category>
<licence>AGPL</licence>
<author>Raimund Schlüßler</author>
<description>Task App for Calender TODOs</description>
<ocsid>164356</ocsid>
<dependencies>
<owncloud min-version="9.0" max-version="9.2"/>
<owncloud min-version="9.1" max-version="9.2"/>
</dependencies>
</info>
2 changes: 1 addition & 1 deletion js/bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ownCloud Task App",
"version": "0.9.2",
"version": "0.9.3",
"dependencies": {
"angular": "",
"angular-route": "",
Expand Down
2 changes: 1 addition & 1 deletion js/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "task",
"description": "ownCloud Task App",
"version": "0.9.2",
"version": "0.9.3",
"author": {
"name": "Raimund Schlüßler",
"email": "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion js/public/app.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(function(angular, $, oc_requesttoken, undefined){

/**
* ownCloud Task App - v0.9.2
* ownCloud Task App - v0.9.3
*
* Copyright (c) 2016 - Raimund Schlüßler <[email protected]>
*
Expand Down

0 comments on commit d758d26

Please sign in to comment.