From a9ebc051c5e941026d8a798f90e222819f7321b2 Mon Sep 17 00:00:00 2001 From: Klas Eskilson Date: Thu, 26 Jan 2017 09:21:05 -0800 Subject: [PATCH] Bump version to 0.1.0 --- README.md | 2 +- lib/administrate/field/belongs_to_search/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ac57b51..6568452 100755 --- a/README.md +++ b/README.md @@ -53,4 +53,4 @@ This plugin is maintained by [Fishbrain AB](https://fishbrain.com). At Fishbrain, we're passionate about the outdoors and conservation. Together, we work to bring you the best app for fishing, hands down. -If you love working with amazing and talented people in tight-knit teams, [come work with us](https://fishbrain.com/jobs/)! +If you love working with amazing and talented people in tight-knit teams, [join us](https://fishbrain.com/jobs/)! diff --git a/lib/administrate/field/belongs_to_search/version.rb b/lib/administrate/field/belongs_to_search/version.rb index 909a4fe..da1e22c 100644 --- a/lib/administrate/field/belongs_to_search/version.rb +++ b/lib/administrate/field/belongs_to_search/version.rb @@ -1,7 +1,7 @@ module Administrate module Field module BelongsToSearch - VERSION = '0.0.1' + VERSION = '0.1.0'.freeze end end end