Skip to content

Commit

Permalink
bump moment.js version to 2.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelgrinberg committed Sep 29, 2017
1 parent bbd6223 commit c412f13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flask_moment.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

class _moment(object):
@staticmethod
def include_moment(version='2.10.3', local_js=None):
def include_moment(version='2.18.1', local_js=None):
js = ''
if local_js is not None:
js = '<script src="%s"></script>\n' % local_js
Expand Down

0 comments on commit c412f13

Please sign in to comment.