From ac283951a086a83aa4d1008b5bc4acd3cbc1e4e3 Mon Sep 17 00:00:00 2001 From: Kyle Unverferth Date: Mon, 26 Aug 2024 12:07:06 -0600 Subject: [PATCH] v0.1.25 --- .projectforge/project.json | 2 +- app/cmd/lib.go | 2 +- main.go | 2 +- tools/notarize/notarize.sh | 6 +++--- views/vsite/GoSource.html.go | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.projectforge/project.json b/.projectforge/project.json index c2a69cb..e8e6b42 100644 --- a/.projectforge/project.json +++ b/.projectforge/project.json @@ -2,7 +2,7 @@ "key": "npn", "name": "NPN", "icon": "npn", - "version": "0.1.24", + "version": "0.1.25", "package": "github.com/kyleu/npn", "port": 19000, "modules": [ diff --git a/app/cmd/lib.go b/app/cmd/lib.go index d3d7858..2a785cf 100644 --- a/app/cmd/lib.go +++ b/app/cmd/lib.go @@ -12,7 +12,7 @@ import ( // Lib starts the application as a library, returning the actual TCP port the server is listening on (as an int32 to make interop easier). func Lib(path string) int32 { if _buildInfo == nil { - _buildInfo = &app.BuildInfo{Version: "0.1.24"} + _buildInfo = &app.BuildInfo{Version: "0.1.25"} } f := &Flags{Address: "0.0.0.0", Port: 0, ConfigDir: path} diff --git a/main.go b/main.go index 263de51..19fef2c 100644 --- a/main.go +++ b/main.go @@ -6,7 +6,7 @@ import ( ) var ( - version = "0.1.24" // updated by bin/tag.sh and ldflags + version = "0.1.25" // updated by bin/tag.sh and ldflags commit = "" date = "unknown" ) diff --git a/tools/notarize/notarize.sh b/tools/notarize/notarize.sh index a1ada85..3bd4e82 100755 --- a/tools/notarize/notarize.sh +++ b/tools/notarize/notarize.sh @@ -6,7 +6,7 @@ cd "$dir/../.." if [ "$PUBLISH_TEST" != "true" ] then - xcrun notarytool submit --apple-id $APPLE_EMAIL --team-id $APPLE_TEAM_ID --password $APPLE_PASSWORD ./build/dist/npn_0.1.24_darwin_amd64_desktop.dmg - xcrun notarytool submit --apple-id $APPLE_EMAIL --team-id $APPLE_TEAM_ID --password $APPLE_PASSWORD ./build/dist/npn_0.1.24_darwin_arm64_desktop.dmg - xcrun notarytool submit --apple-id $APPLE_EMAIL --team-id $APPLE_TEAM_ID --password $APPLE_PASSWORD ./build/dist/npn_0.1.24_darwin_all_desktop.dmg + xcrun notarytool submit --apple-id $APPLE_EMAIL --team-id $APPLE_TEAM_ID --password $APPLE_PASSWORD ./build/dist/npn_0.1.25_darwin_amd64_desktop.dmg + xcrun notarytool submit --apple-id $APPLE_EMAIL --team-id $APPLE_TEAM_ID --password $APPLE_PASSWORD ./build/dist/npn_0.1.25_darwin_arm64_desktop.dmg + xcrun notarytool submit --apple-id $APPLE_EMAIL --team-id $APPLE_TEAM_ID --password $APPLE_PASSWORD ./build/dist/npn_0.1.25_darwin_all_desktop.dmg fi diff --git a/views/vsite/GoSource.html.go b/views/vsite/GoSource.html.go index 9577671..c7eb545 100644 --- a/views/vsite/GoSource.html.go +++ b/views/vsite/GoSource.html.go @@ -43,7 +43,7 @@ func (p *GoSource) StreamBody(qw422016 *qt422016.Writer, as *app.State, ps *cuti qw422016.E().S(util.AppName) //line views/vsite/GoSource.html:13 qw422016.N().S(` -
go install github.com/kyleu/npn@latest
+
go install github.com/kyleu/npn@latest