Version 0.2.0

This commit is contained in:
bumi 2018-11-03 18:38:21 +01:00
parent cd337c42b1
commit 562e4fac45
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ require 'thermite/fiddle'
require 'ostruct'
class Openalias
VERSION = "0.1.0"
VERSION = "0.2.0"
class CryptoAddress < OpenStruct;
def method_missing(method_name, *args, &block)

View File

@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
Gem::Specification.new do |spec|
spec.name = "openalias"
spec.version = "0.1.0"
spec.version = "0.2.0"
spec.authors = ["bumi"]
spec.email = ["hello@michaelbumann.com"]