Skip to content
This repository was archived by the owner on May 29, 2022. It is now read-only.

Commit fbf679f

Browse files
committed
Update version to 0.1.3
1 parent 1d43da1 commit fbf679f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/pdns_api/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@
2020
module PDNS
2121
##
2222
# The version of +pdns_api+.
23-
VERSION = '0.1.2'.freeze
23+
VERSION = '0.1.3'.freeze
2424
end

pdns_api.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Gem::Specification.new do |s|
99
s.summary = 'PowerDNS API gem'
1010
s.description = 'A gem for manipulation of DNS through the PowerDNS API'
1111
s.homepage = 'https://github.com/silkeh/ruby-pdns_api'
12-
s.license = 'EUPL'
12+
s.license = 'EUPL-1.1'
1313

1414
s.files = Dir['{lib}/**/*']
1515
s.require_paths = ['lib']

0 commit comments

Comments
 (0)