Skip to content

Commit

Permalink
Bump to v1.5.1 🎊
Browse files Browse the repository at this point in the history
  • Loading branch information
ianks committed Apr 9, 2019
1 parent f66c413 commit d8474fe
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fast_woothee"
version = "1.5.0"
version = "1.5.1"
authors = ["Ian Ker-Seymer <[email protected]>"]
repository = "https://github.com/ianks/fast_woothee"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion fast_woothee.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)

Gem::Specification.new do |spec|
spec.name = 'fast_woothee'
spec.version = '1.5.0'
spec.version = '1.5.1'
spec.authors = ['Ian Ker-Seymer']
spec.email = ['[email protected]']

Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ methods!(
#[no_mangle]
pub extern fn initialize_fast_woothee() {
Class::new("FastWoothee", None).define(|itself| {
itself.const_set("VERSION", &RString::new("1.5.0").freeze());
itself.const_set("VERSION", &RString::new("1.5.1").freeze());
itself.def_self("parse", parse);
itself.def_self("crawler?", is_crawler);
itself.def_self("ios?", is_ios);
Expand Down

0 comments on commit d8474fe

Please sign in to comment.