File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11[package ]
22
33name = " alfred"
4- version = " 4.0.1 " # remember to update html_root_url in lib.rs
5- authors = [" Kevin Ballard <kevin @sb.org>" ]
4+ version = " 4.0.2 " # remember to update html_root_url in lib.rs
5+ authors = [" Lily Ballard <lily @sb.org>" ]
66description = """
77A library for writing Alfred workflows.
88
99http://www.alfredapp.com
1010"""
1111
1212documentation = " https://docs.rs/alfred/"
13- repository = " https://github.com/kballard /alfred-rs"
13+ repository = " https://github.com/lilyball /alfred-rs"
1414
1515readme = " README.md"
1616license = " MIT/Apache-2.0"
1717
1818[badges ]
19- travis-ci = { repository = " kballard /alfred-rs" }
19+ travis-ci = { repository = " lilyball /alfred-rs" }
2020
2121[dependencies ]
2222
Original file line number Diff line number Diff line change 1- Copyright (c) 2015 Kevin Ballard
1+ Copyright (c) 2015 Lily Ballard
22
33Permission is hereby granted, free of charge, to any person obtaining a copy of
44this software and associated documentation files (the “Software”), to deal in
Original file line number Diff line number Diff line change 11# alfred-rs
22
3- [ ![ Build Status] ( https://travis-ci.org/kballard /alfred-rs.svg?branch=master )] ( https://travis-ci.org/kballard /alfred-rs )
3+ [ ![ Build Status] ( https://travis-ci.org/lilyball /alfred-rs.svg?branch=master )] ( https://travis-ci.org/lilyball /alfred-rs )
44[ ![ crates.io/crates/alfred] ( http://meritbadge.herokuapp.com/alfred )] ( https://crates.io/crates/alfred )
55
66Rust library to help with creating [ Alfred] [ alfred ] [ Workflows] [ ] .
Original file line number Diff line number Diff line change 1- // Copyright (c) 2015 Kevin Ballard.
1+ // Copyright (c) 2015 Lily Ballard.
22// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
33// http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
44// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
116116
117117#![ warn( missing_docs) ]
118118
119- #![ doc( html_root_url = "https://docs.rs/alfred/4.0.1 " ) ]
119+ #![ doc( html_root_url = "https://docs.rs/alfred/4.0.2 " ) ]
120120
121121#[ macro_use]
122122extern crate serde_json;
You can’t perform that action at this time.
0 commit comments