diff options
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/nuget/pugixml.nuspec | 2 | ||||
-rw-r--r-- | scripts/pugixml.podspec | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/nuget/pugixml.nuspec b/scripts/nuget/pugixml.nuspec index 5e4fe7c..5f9fac0 100644 --- a/scripts/nuget/pugixml.nuspec +++ b/scripts/nuget/pugixml.nuspec @@ -2,7 +2,7 @@ <package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
<metadata>
<id>pugixml</id>
- <version>1.8.0-appveyor</version>
+ <version>1.9.0-appveyor</version>
<title>pugixml</title>
<authors>Arseny Kapoulkine</authors>
<owners>Arseny Kapoulkine</owners>
diff --git a/scripts/pugixml.podspec b/scripts/pugixml.podspec index 98ac744..02c67b5 100644 --- a/scripts/pugixml.podspec +++ b/scripts/pugixml.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "pugixml" - s.version = "1.8" + s.version = "1.9" s.summary = "C++ XML parser library." s.homepage = "http://pugixml.org" s.license = { :type => 'MIT', :text => <<-qwertyuiop |