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 Jul 26, 2016
1 parent caccdff commit 3250bd9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<info>
<id>tasks</id>
<name>Tasks</name>
<version>0.9.1</version>
<version>0.9.2</version>
<namespace>Tasks</namespace>
<category>productivity</category>
<licence>AGPL</licence>
Expand Down
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.0",
"version": "0.9.2",
"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.1",
"version": "0.9.2",
"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.1
* ownCloud Task App - v0.9.2
*
* Copyright (c) 2016 - Raimund Schlüßler <[email protected]>
*
Expand Down

3 comments on commit 3250bd9

@lautrecote
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure it's the good place here but... I've a problem with the task application on owncloud 9.

With IE 11, the tasks are not visible

@raimund-schluessler
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pretty weird place to put a comment like this actually 😉

Anyway, there is an issue for your problem: #341. You can find any details there.

@lautrecote
Copy link

@lautrecote lautrecote commented on 3250bd9 Aug 1, 2016 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.