File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
[bumpver ]
2
- current_version = " 0.30 .0"
2
+ current_version = " 0.31 .0"
3
3
version_pattern = " MAJOR.MINOR.PATCH[TAG]"
4
4
commit_message = " Release {new_version}"
5
5
tag_message = " {new_version}"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @readthedocs/addons" ,
3
- "version" : " 0.30 .0" ,
3
+ "version" : " 0.31 .0" ,
4
4
"description" : " Read the Docs Addons to embed into documentation pages" ,
5
5
"main" : " dist/readthedocs-addons.js" ,
6
6
"scripts" : {
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ import { EVENT_READTHEDOCS_URL_CHANGED } from "./events";
23
23
export const ADDONS_API_VERSION = "1" ;
24
24
export const ADDONS_API_ENDPOINT = "/_/addons/" ;
25
25
// This is managed by bumpver automatically
26
- export const CLIENT_VERSION = "0.30 .0" ;
26
+ export const CLIENT_VERSION = "0.31 .0" ;
27
27
28
28
// WEBPACK_ variables come from Webpack's DefinePlugin and Web Test Runner's RollupReplace plugin
29
29
export const IS_TESTING =
You can’t perform that action at this time.
0 commit comments