Skip to content

Commit 200a99d

Browse files
committed
prepared version 1.0.0
1 parent 55e4370 commit 200a99d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
JavaMacLauncher 1.1.0-SNAPSHOT
2-
==============================
1+
JavaMacLauncher 1.0.0
2+
=====================
33

44
This application is a native Java application launcher written in [Go](https://golang.org/), that is intended for integration into a [macOS application bundle](https://en.wikipedia.org/wiki/Bundle_(macOS)).
55

@@ -430,7 +430,7 @@ Supported operating systems
430430
License
431431
-------
432432

433-
This application is licensed under the terms of the [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0.html). Take a look at [`LICENSE.txt`](https://github.com/OpenIndex/JavaMacLauncher/blob/develop/LICENSE.txt) for the license text.
433+
This application is licensed under the terms of the [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0.html). Take a look at [`LICENSE.txt`](https://github.com/OpenIndex/JavaMacLauncher/blob/master/LICENSE.txt) for the license text.
434434

435435

436436
Third party components
@@ -449,4 +449,4 @@ Further information
449449

450450
- [*JavaMacLauncher* at GitHub](https://github.com/OpenIndex/JavaMacLauncher)
451451
- [Releases of *JavaMacLauncher*](https://github.com/OpenIndex/JavaMacLauncher/releases)
452-
- [Changelog of *JavaMacLauncher*](https://github.com/OpenIndex/JavaMacLauncher/blob/develop/CHANGELOG.md)
452+
- [Changelog of *JavaMacLauncher*](https://github.com/OpenIndex/JavaMacLauncher/blob/master/CHANGELOG.md)

src/JavaMacLauncher.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import (
2424
"strings"
2525
)
2626

27-
const VERSION = "1.1.0-SNAPSHOT"
27+
const VERSION = "1.0.0"
2828

2929
// Main structure of a plist file.
3030
type plistDataType struct {

0 commit comments

Comments
 (0)