File tree 2 files changed +2
-2
lines changed 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ VP_NEW_VER=2.3.4
16
16
17
17
# update version info
18
18
# 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"
20
20
# update version inside visualpython package
21
21
grep -REil ${VP_ORG_VER// \. / \\ .} visualpython/* | xargs sed -i --follow-symlinks " s/${VP_ORG_VER// \. / \\ .} /${VP_NEW_VER} /g"
22
22
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " Visual Python for Colab" ,
3
3
"description" : " GUI-based Python code generator for Google Colab as an extension" ,
4
- "version" : " 2.3.3 " ,
4
+ "version" : " 2.3.4 " ,
5
5
"manifest_version" : 3 ,
6
6
"icons" : {
7
7
"48" : " icon.png" ,
You can’t perform that action at this time.
0 commit comments