Skip to content
This repository has been archived by the owner on Jul 6, 2020. It is now read-only.

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernhard Posselt committed Oct 6, 2014
1 parent 13abd83 commit 1ad4b87
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 9 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
owncloud-news (3.302)
* **Bugfix**: Fix text overflow for subscriptions and starred feed
* **Bugfix**: Styles for h4, h5 and h6
* **Bugfix**: Support 7.0.3 alpha release
* **Enhancement**: Minify CSS
* **Enhancement**: Minify JavaScript

Expand Down
2 changes: 1 addition & 1 deletion appinfo/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"id": "news",
"description": "An RSS/Atom feed reader. Requires ownCloud backgroundjobs or an updater script to be enabled to update your feeds. See the README.rst in the apps top directory",
"licence": "AGPL",
"version": "3.301",
"version": "3.302",
"authors": [
{
"name": "Bernhard Posselt",
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
<description>An RSS/Atom feed reader. Requires ownCloud backgroundjobs or an updater script to be enabled to update your feeds. See the README.md in the apps top directory</description>
<licence>AGPL</licence>
<author>Bernhard Posselt, Alessandro Cosentino, Jan-Christoph Borchardt</author>
<version>3.301</version>
<version>3.302</version>
<require>7.0.2.2</require>
</info>
2 changes: 1 addition & 1 deletion appinfo/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.301
3.302
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-news",
"version": "3.3.1",
"version": "3.3.2",
"homepage": "https://github.com/owncloud/news",
"authors": [
"Bernhard Posselt <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ownCloud-news",
"version": "3.3.1",
"version": "3.3.2",
"description": "An RSS/Atom feed reader",
"main": "build/app.js",
"scripts": {
Expand Down
4 changes: 0 additions & 4 deletions templates/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,8 @@
'vendor/momentjs/min/moment-with-locales.min',
'build/app.min',
]);



?>


<div id="app" ng-app="News" ng-cloak ng-strict-di ng-controller="AppController as App">

<div id="global-loading" class="icon-loading" ng-show="App.loading.isLoading('global')"></div>
Expand Down

0 comments on commit 1ad4b87

Please sign in to comment.