Skip to content

Commit

Permalink
Merge pull request #31 from ruedap/version-0-3-0
Browse files Browse the repository at this point in the history
Bump version to 0.3.0 (Font Awesome 3.2.1)
  • Loading branch information
ruedap committed Sep 27, 2013
2 parents 4931c0d + 4fd23e4 commit f36d6b9
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 11 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@

## HEAD

- [Commit logs](https://github.com/ruedap/alfred2-font-awesome-workflow/compare/0.2.0...master)
- [Commit logs](https://github.com/ruedap/alfred2-font-awesome-workflow/compare/0.3.0...master)

## 0.3.0 (Font Awesome 3.2.1) / 2013-09-28

- Added support for [Alleyoop: Update Alfred Workflows](http://www.alfredforum.com/topic/1582-alleyoop-update-alfred-workflows/) ([#27](https://github.com/ruedap/alfred2-font-awesome-workflow/issues/27) thanks [will Farrell](https://github.com/willfarrell))

## 0.2.0 (Font Awesome 3.2.1) / 2013-09-26

Expand All @@ -12,15 +16,15 @@

## 0.1.3 (Font Awesome 3.2.1) / 2013-08-26

- Added support for Ruby 2.0 and 1.9 ([#1](https://github.com/ruedap/alfred2-font-awesome-workflow/issues/1) thanks [Eric Boehs](https://github.com/ericboehs))
- Fixed support for Ruby 2.0 and 1.9 ([#1](https://github.com/ruedap/alfred2-font-awesome-workflow/issues/1) thanks [Eric Boehs](https://github.com/ericboehs))

## 0.1.2 (Font Awesome 3.2.1) / 2013-08-26

- Implemented tests and continuous integration

## 0.1.1 (Font Awesome 3.2.1) / 2013-08-20

- Added support for OS X Mavericks
- Fixed support for OS X Mavericks

## 0.1.0 (Font Awesome 3.2.1) / 2013-08-04

Expand Down
Binary file modified Font Awesome.alfredworkflow
Binary file not shown.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ You can incremental search for [Font Awesome Icon Fonts](http://fontawesome.io/i

## Install

Download [Font Awesome.alfredworkflow](https://github.com/ruedap/alfred2-font-awesome-workflow/raw/master/Font%20Awesome.alfredworkflow) and import to Alfred 2 (require Powerpack).
Download **[Font Awesome.alfredworkflow](https://github.com/ruedap/alfred2-font-awesome-workflow/raw/master/Font%20Awesome.alfredworkflow)** and import to Alfred 2 (require Powerpack).


## Usage
Expand Down
5 changes: 5 additions & 0 deletions current-version.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"version": 0.30,
"download_url": "https://github.com/ruedap/alfred2-font-awesome-workflow/raw/master/Font%20Awesome.alfredworkflow",
"description": "Font Awesome Workflow"
}
2 changes: 1 addition & 1 deletion workflow/Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source 'https://rubygems.org'

gem 'plist', '3.1.0'
gem 'alfred-workflow', '1.11.0'
gem 'alfred-workflow', '1.11.1'

group :test do
gem 'minitest', '5.0.8'
Expand Down
4 changes: 2 additions & 2 deletions workflow/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GEM
remote: https://rubygems.org/
specs:
alfred-workflow (1.11.0)
alfred-workflow (1.11.1)
plist (>= 3.1.0)
coveralls (0.7.0)
multi_json (~> 1.3)
Expand Down Expand Up @@ -29,7 +29,7 @@ PLATFORMS
ruby

DEPENDENCIES
alfred-workflow (= 1.11.0)
alfred-workflow (= 1.11.1)
coveralls (= 0.7.0)
minitest (= 5.0.8)
plist (= 3.1.0)
Expand Down
8 changes: 4 additions & 4 deletions workflow/info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@
</array>
</dict>
<key>createdby</key>
<string>ruedap</string>
<string>@ruedap</string>
<key>description</key>
<string>Search Font Awesome</string>
<key>disabled</key>
<false/>
<key>name</key>
<string>Font Awesome</string>
<string>Font Awesome 0.3.0</string>
<key>objects</key>
<array>
<dict>
Expand Down Expand Up @@ -101,7 +101,7 @@
<key>readme</key>
<string>## Version
0.2.0 (Font Awesome 3.2.1)
0.3.0 (Font Awesome 3.2.1)
## Thanks
Expand All @@ -126,7 +126,7 @@ GNU General Public License version 3
## Author
ruedap
@ruedap
https://github.com/ruedap</string>
<key>uidata</key>
<dict>
Expand Down
4 changes: 4 additions & 0 deletions workflow/update.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"version": 0.30,
"remote_json": "https://raw.github.com/ruedap/alfred2-font-awesome-workflow/master/current-version.json"
}

0 comments on commit f36d6b9

Please sign in to comment.