Skip to content

Commit

Permalink
Export the right version from 0.3 renderer
Browse files Browse the repository at this point in the history
  • Loading branch information
rlivsey authored and mixonic committed Feb 2, 2016
1 parent a831097 commit cfbee1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/renderers/mobiledoc/0-3.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import {
ATOM_TYPE
} from '../../models/types';

export const MOBILEDOC_VERSION = '0.2.0';
export const MOBILEDOC_VERSION = '0.3.0';
export const MOBILEDOC_MARKUP_SECTION_TYPE = 1;
export const MOBILEDOC_IMAGE_SECTION_TYPE = 2;
export const MOBILEDOC_LIST_SECTION_TYPE = 3;
Expand Down

0 comments on commit cfbee1c

Please sign in to comment.