Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
nickmoreton committed Apr 24, 2022
1 parent a78f292 commit 651ae9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wagtail_f_richtext/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
default_app_config = "wagtail_f_richtext.apps.WagtailFRichtextAppConfig"


VERSION = (0, 1, 0)
VERSION = (0, 1, 1)
__version__ = ".".join(map(str, VERSION))

0 comments on commit 651ae9e

Please sign in to comment.