lib/alexandria/version.rb in alexandria-book-collection-manager-0.7.0 vs lib/alexandria/version.rb in alexandria-book-collection-manager-0.7.1
- old
+ new
@@ -16,9 +16,9 @@
# License along with Alexandria; see the file COPYING. If not,
# write to the Free Software Foundation, Inc., 51 Franklin Street,
# Fifth Floor, Boston, MA 02110-1301 USA.
module Alexandria
- VERSION = '0.7.0'.freeze
+ VERSION = '0.7.1'.freeze
DATA_VERSION = '0.6.3'.freeze
- DISPLAY_VERSION = '0.7.0'.freeze
+ DISPLAY_VERSION = '0.7.1'.freeze
end