Skip to content

Commit

Permalink
Bump version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
franciscolourenco committed Feb 2, 2017
1 parent dead2eb commit 9b45d7f
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<p align="center">
<img src="https://img.shields.io/badge/stability-experimental-orange.svg" alt="Stability: Experimental">
<img src="https://img.shields.io/badge/fisherman-v0.3.0-blue.svg" alt="v0.3.0">
<img src="https://img.shields.io/badge/fisherman-v0.4.0-blue.svg" alt="v0.4.0">
</p>
<br>

Expand All @@ -32,8 +32,8 @@ curl -Lo ~/.config/fish/functions/_done.fish --create-dirs raw.githubusercontent
```

## Support
- OS X 10.8+: Notification Center
- Linux: `notify-send`, provided on Ubuntu by `libnotify-bin`.
- macOS 10.8+ via Notification Center. For notification with icons, please `brew install terminal-notifier`.
- Linux via `notify-send`, provided on Ubuntu by `libnotify-bin`. Otherwise bell sound is played.
- Windows: Planned

## Contributors
Expand Down
26 changes: 26 additions & 0 deletions _done.fish
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
# MIT License

# Copyright (c) 2016 Francisco Lourenço & Daniel Wehner

# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
# copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:

# The above copyright notice and this permission notice shall be included in all
# copies or substantial portions of the Software.

# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.

# done v0.4.0



set _bundleID ''

function _get_bundle_id
Expand Down

0 comments on commit 9b45d7f

Please sign in to comment.