Skip to content

Commit f60ccca

Browse files
committed
Release v0.2.0
1 parent 385c065 commit f60ccca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ release: test
4444
echo "'$(VER)' is invalid. Please call this like 'make release VER=v0.0.0'"; \
4545
exit 1; \
4646
fi
47-
sed -i '' -e "/.*>version<.*/{n;s/v?[0-9]\.[0-9]\.[0-9]/$(VER)/;}" $(PLIST)
47+
sed -i '' -e "/.*>version<.*/{n;s/v[0-9]\.[0-9]\.[0-9]/$(VER)/;}" $(PLIST)
4848
git add $(PLIST)
4949
git commit -m 'Release $(VER)'
5050
git tag $(VER)

resources/info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ Split sentence.</string>
413413
</dict>
414414
</dict>
415415
<key>version</key>
416-
<string>v0.1.1</string>
416+
<string>v0.2.0</string>
417417
<key>webaddress</key>
418418
<string>https://www.poyo.info/</string>
419419
</dict>

0 commit comments

Comments
 (0)