Skip to content

Commit

Permalink
update to version 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mimecorg committed Jun 9, 2018
1 parent b3c091c commit 42be029
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "launchui",
"version": "0.1.2",
"version": "0.1.3",
"description": "Launcher for GUI Node.js applications using libui-node",
"main": "index.js",
"files": [
Expand Down
8 changes: 4 additions & 4 deletions src/Info.plist
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<dict>
<key>CFBundleName</key>
<string>launchui</string>
<key>CFBundleExecutable</key>
Expand All @@ -13,12 +13,12 @@
<key>CFBundleIdentifier</key>
<string>org.mimec.launchui</string>
<key>CFBundleVersion</key>
<string>0.1.2</string>
<string>0.1.3</string>
<key>CFBundleShortVersionString</key>
<string>0.1.2</string>
<string>0.1.3</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
<key>NSHighResolutionCapable</key>
<true/>
</dict>
</dict>
</plist>
Binary file modified src/launchui.rc
Binary file not shown.

0 comments on commit 42be029

Please sign in to comment.