Skip to content

Commit

Permalink
updated version number for new tagged release (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
weiweishi committed Jul 25, 2018
1 parent e4bf966 commit e298ac5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions lib/pushmi_pullyu/aip.rb
Expand Up @@ -2,6 +2,7 @@

module PushmiPullyu::AIP
class NoidInvalid < StandardError; end
module_function

def create(noid)
raise NoidInvalid if noid.blank? || noid.include?('/')
Expand All @@ -17,6 +18,4 @@ def create(noid)
FileUtils.rm_rf(aip_filename) if File.exist?(aip_filename)
FileUtils.rm_rf(aip_directory) if File.exist?(aip_directory)
end

module_function :create
end
2 changes: 1 addition & 1 deletion lib/pushmi_pullyu/version.rb
@@ -1,3 +1,3 @@
module PushmiPullyu
VERSION = '0.2.7'.freeze
VERSION = '1.0.1'.freeze
end

0 comments on commit e298ac5

Please sign in to comment.