chore: upped version to alpha3
This commit is contained in:
parent
7e75aa9a9b
commit
ed4549183c
|
@ -286,7 +286,7 @@ margin_left = 10.0013
|
||||||
margin_top = -2.00079
|
margin_top = -2.00079
|
||||||
margin_right = 116.001
|
margin_right = 116.001
|
||||||
margin_bottom = 17.9992
|
margin_bottom = 17.9992
|
||||||
text = "version alpha2"
|
text = "version alpha3"
|
||||||
__meta__ = {
|
__meta__ = {
|
||||||
"_edit_use_anchors_": false
|
"_edit_use_anchors_": false
|
||||||
}
|
}
|
||||||
|
@ -754,7 +754,7 @@ margin_right = 26.5
|
||||||
margin_bottom = 8.0
|
margin_bottom = 8.0
|
||||||
grow_horizontal = 2
|
grow_horizontal = 2
|
||||||
grow_vertical = 2
|
grow_vertical = 2
|
||||||
text = "Wol (alpha2)"
|
text = "Wol (alpha3)"
|
||||||
align = 1
|
align = 1
|
||||||
valign = 1
|
valign = 1
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
$old_version=$1
|
old_version=$1
|
||||||
$new_version=$2
|
new_version=$2
|
||||||
ggrep -niR "$old_version" 2>/dev/null | cut -d : -f1 | uniq | while read -r file; do gsed -i "s/$old_version/
|
|
||||||
$new_version/g" "$file"; done
|
ggrep -niR "$old_version" 2>/dev/null | cut -d : -f1 | uniq| while read -r file; do
|
||||||
|
gsed -i "s/$old_version/$new_version/g" "$file";
|
||||||
|
done
|
||||||
|
|
|
@ -21,8 +21,8 @@ application/icon=""
|
||||||
application/identifier="works.dingelstad.bram.woleditor"
|
application/identifier="works.dingelstad.bram.woleditor"
|
||||||
application/signature=""
|
application/signature=""
|
||||||
application/app_category="Developer-tools"
|
application/app_category="Developer-tools"
|
||||||
application/short_version="alpha2"
|
application/short_version="alpha3"
|
||||||
application/version="alpha2"
|
application/version="alpha3"
|
||||||
application/copyright="MIT License: Bram Dingelstad, kyperbelt, Secret Labs"
|
application/copyright="MIT License: Bram Dingelstad, kyperbelt, Secret Labs"
|
||||||
display/high_res=true
|
display/high_res=true
|
||||||
privacy/camera_usage_description=""
|
privacy/camera_usage_description=""
|
||||||
|
@ -131,8 +131,8 @@ codesign/digest_algorithm=1
|
||||||
codesign/description=""
|
codesign/description=""
|
||||||
codesign/custom_options=PoolStringArray( )
|
codesign/custom_options=PoolStringArray( )
|
||||||
application/icon=""
|
application/icon=""
|
||||||
application/file_version="alpha2"
|
application/file_version="alpha3"
|
||||||
application/product_version="alpha2"
|
application/product_version="alpha3"
|
||||||
application/company_name="Dingelstad Works"
|
application/company_name="Dingelstad Works"
|
||||||
application/product_name="Wol Editor"
|
application/product_name="Wol Editor"
|
||||||
application/file_description=""
|
application/file_description=""
|
||||||
|
|
Reference in a new issue