diff options
author | WaluigiWare64 <68647953+WaluigiWare64@users.noreply.github.com> | 2021-01-09 22:35:40 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-09 23:35:40 +0100 |
commit | 30a0569c87faf39d7de7912038c44fcbe05db255 (patch) | |
tree | b94aed240e0f2ba81d578801556688fb60405877 /melonDS.plist | |
parent | bf97387f26813415d0a4f56d816eeb8e50711b17 (diff) |
Update melonDS version in melonDS.plist (used on macOS) (#932)
Diffstat (limited to 'melonDS.plist')
-rw-r--r-- | melonDS.plist | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/melonDS.plist b/melonDS.plist index 1328777..8df5bf4 100644 --- a/melonDS.plist +++ b/melonDS.plist @@ -13,12 +13,12 @@ <key>CFBundlePackageType</key> <string>APPL</string> <key>CFBundleVersion</key> - <string>0.9</string> + <string>0.9.1</string> <key>CFBundleShortVersionString</key> - <string>0.9</string> + <string>0.9.1</string> <key>NSHumanReadableCopyright</key> <string>Licensed under GPLv3</string> <key>NSHighResolutionCapable</key> <true/> </dict> -</plist>
\ No newline at end of file +</plist> |