Skip to content

Commit

Permalink
Add missing popovers.
Browse files Browse the repository at this point in the history
  • Loading branch information
tkem committed Jan 27, 2015
1 parent fc198fb commit 3681d80
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGES.rst
@@ -1,3 +1,9 @@
0.2.1 2015-01-27
----------------

- Add missing popovers.


0.2.0 2015-01-27
----------------

Expand Down
2 changes: 1 addition & 1 deletion gulpfile.js
Expand Up @@ -58,7 +58,7 @@ gulp.task('dist', ['sass', 'uglify'], function() {
gulp.src('www/tornado.html')
.pipe(rename('index.html'))
.pipe(gulp.dest(paths.dist));
gulp.src('www/{images,templates,lib/ionic/fonts}/*', {base: 'www'})
gulp.src('www/{images,templates,lib/ionic/fonts}/**', {base: 'www'})
.pipe(gulp.dest(paths.dist));
gulp.src('www/css/*.min.css', {base: 'www'})
.pipe(gulp.dest(paths.dist));
Expand Down
2 changes: 1 addition & 1 deletion mopidy_mobile/__init__.py
Expand Up @@ -2,7 +2,7 @@

from mopidy import config, ext

__version__ = '0.2.0'
__version__ = '0.2.1'


class Extension(ext.Extension):
Expand Down

0 comments on commit 3681d80

Please sign in to comment.