Skip to content

Commit

Permalink
Update the version string
Browse files Browse the repository at this point in the history
  • Loading branch information
matsuo committed Sep 29, 2024
1 parent 3c37289 commit e68c06e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
NAME=xmlpaste
VERSION=1.1.1-dev
VERSION=1.2.0-dev

GOCMD=go
GOBUILD=$(GOCMD) build
Expand Down
4 changes: 2 additions & 2 deletions macOS/Distribution.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<installer-gui-script minSpecVersion="1">
<title>XMLPaste 1.1.1-dev</title>
<title>XMLPaste 1.2.0-dev</title>
<welcome file="welcome.txt" />
<license file="LICENSE.txt" />
<pkg-ref id="jp.co.emic.xmlpaste"/>
Expand All @@ -14,5 +14,5 @@
<choice id="jp.co.emic.xmlpaste" visible="false">
<pkg-ref id="jp.co.emic.xmlpaste"/>
</choice>
<pkg-ref id="jp.co.emic.xmlpaste" version="1.1.1" onConclusion="none">xmlpaste.pkg</pkg-ref>
<pkg-ref id="jp.co.emic.xmlpaste" version="1.2.0" onConclusion="none">xmlpaste.pkg</pkg-ref>
</installer-gui-script>
2 changes: 1 addition & 1 deletion release-notes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ XMLPaste
(c) 2019-2024 Emic Corporation <https://www.emic.co.jp/>
This software is distributed under the MIT License.

Version: 1.1.1-dev (in development)
Version: 1.2.0-dev (in development)
- Add support for macOS Sequoia 15.
- Built with Go 1.23.
- [INFO] Drop support for macOS Monterey 12.
Expand Down
4 changes: 2 additions & 2 deletions tests/goss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ command:
exec: "./xmlpaste -v"
exit-status: 0
stdout:
- "1.1.1-dev"
- "1.2.0-dev"
{{end}}

{{if eq .Env.OS "windows"}}
print-version:
exec: "xmlpaste.exe -v"
exit-status: 0
stdout: "XMLPaste 1.1.1-dev\n"
stdout: "XMLPaste 1.2.0-dev\n"
{{end}}

{{if eq .Env.OS "darwin"}}
Expand Down

0 comments on commit e68c06e

Please sign in to comment.