Skip to content

Commit

Permalink
Bump version 0.4 rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
Paxa committed Jan 24, 2015
1 parent 732c0d5 commit a7b6588
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
* Add feature to import sql files
* In query pane: Run only selected sql (if selected)
* Improve tests environment
* Improve login page design
* Fix set current database selected on load
* Add button to add new connection on login page
* Add feature to save heroku connection

== Version 0.3 (Sep 27, 2014)

Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
### Postbird

Postbird is postgresql client for Mac.
![postbird-0 3-screenshot](https://cloud.githubusercontent.com/assets/26019/5886586/9fef006c-a3d9-11e4-8330-1651f5243536.png)

![postbird-0 3-screenshot](https://cloud.githubusercontent.com/assets/26019/4430203/3664fa62-4622-11e4-861a-0627ef37ecdb.png)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
"window": {
"show": true,
"title": "Postbird",
"toolbar": true,
"toolbar": false,
"icon": "icon.icns",
"width": 1160,
"height": 640,
"min_width": 572,
"min_height": 260
},
"version": "0.3.0",
"version": "0.4.0rc1",
"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"
Expand Down

0 comments on commit a7b6588

Please sign in to comment.