Skip to content

Commit 741d6bc

Browse files
committed
Finish v1.0.0
2 parents 96c6675 + 6f42042 commit 741d6bc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -423,14 +423,14 @@ You might force application startup in foreground:
423423
Supported operating systems
424424
---------------------------
425425

426-
- Intended to be used on macOS (10.9 or newer)
426+
- Intended to be used on macOS (10.9 or newer). Releases are compiled for x86-64.
427427
- Can be built for Linux or other Unix based systems, which might be useful for development and testing.
428428

429429

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`](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

Lines changed: 1 addition & 1 deletion
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)