File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ VP_NEW_VER=2.3.4
1616
1717# update version info
1818# update manifest version with new numbering for new version
19- grep -REil ${VP_ORG_VER// \. / \\ .} manifest.json | xargs sed -i " s/${VP_ORG_VER// \. / \\ .} \.[0-9] /${VP_NEW_VER} /g"
19+ grep -REil ${VP_ORG_VER// \. / \\ .} manifest.json | xargs sed -i " s/${VP_ORG_VER// \. / \\ .} /${VP_NEW_VER} /g"
2020# update version inside visualpython package
2121grep -REil ${VP_ORG_VER// \. / \\ .} visualpython/* | xargs sed -i --follow-symlinks " s/${VP_ORG_VER// \. / \\ .} /${VP_NEW_VER} /g"
2222
Original file line number Diff line number Diff line change 11{
22 "name" : " Visual Python for Colab" ,
33 "description" : " GUI-based Python code generator for Google Colab as an extension" ,
4- "version" : " 2.3.3 " ,
4+ "version" : " 2.3.4 " ,
55 "manifest_version" : 3 ,
66 "icons" : {
77 "48" : " icon.png" ,
You can’t perform that action at this time.
0 commit comments