diff --git a/README.md b/README.md index 20b604c8..21d5b64c 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,9 @@ Postbird is PostgreSQL client for Mac. #### Download -**Version 0.4.1** +**Version 0.4.2** -[Postgres-0.4.1.dmg](https://github.com/Paxa/postbird/releases/download/0.4.1/Postbird-0.4.1.dmg) - For Mac: 64bit, 10.7+ +[Postgres-0.4.2.dmg](https://github.com/Paxa/postbird/releases/download/0.4.2/Postbird-0.4.2.dmg) - For Mac: 64bit, 10.7+ #### Development diff --git a/build_files/Info.plist b/build_files/Info.plist index a1991b92..a3f406af 100644 --- a/build_files/Info.plist +++ b/build_files/Info.plist @@ -21,9 +21,9 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.4.1 + 0.4.2 CFBundleVersion - commit 219 + commit 234 LSFileQuarantineEnabled LSMinimumSystemVersion diff --git a/package.json b/package.json index 2b992225..8753e5a5 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "min_width": 572, "min_height": 260 }, - "version": "0.4.1", + "version": "0.4.2", "repository": "https://github.com/Paxa/postbird", "js-flags": "--harmony", "chromium-args": "--disable-accelerated-video --disable-audio --disable-3d-apis --ignore-gpu-blacklist --disable-geolocation --disable-plugins --disable-plugins-discovery",