diff options
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/nuget.autopkg | 2 | ||||
| -rw-r--r-- | scripts/pugixml.podspec | 2 | 
2 files changed, 2 insertions, 2 deletions
| diff --git a/scripts/nuget.autopkg b/scripts/nuget.autopkg index 1a3fc22..b24f6c6 100644 --- a/scripts/nuget.autopkg +++ b/scripts/nuget.autopkg @@ -7,7 +7,7 @@ configurations {  nuget {  	nuspec {  		id = pugixml; -		version: 1.7.0-appveyor; +		version: 1.8.0-appveyor;  		authors: {Arseny Kapoulkine};  		owners: {Arseny Kapoulkine}; diff --git a/scripts/pugixml.podspec b/scripts/pugixml.podspec index f39ccb9..7508418 100644 --- a/scripts/pugixml.podspec +++ b/scripts/pugixml.podspec @@ -1,6 +1,6 @@  Pod::Spec.new do |s|    s.name         = "pugixml" -  s.version      = "1.7" +  s.version      = "1.8"    s.summary      = "C++ XML parser library."    s.homepage     = "http://pugixml.org"    s.license      = { :type => 'MIT', :text => <<-qwertyuiop | 
