summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorArseny Kapoulkine <arseny.kapoulkine@gmail.com>2018-04-02 21:46:14 -0700
committerArseny Kapoulkine <arseny.kapoulkine@gmail.com>2018-04-02 21:46:14 -0700
commit0c74e117b82aae3c3cf87ce6aa2fe8dca1da9476 (patch)
treeb89c2dbc90a69a5dec834c1fdc2e3c5b39d8d3ab /scripts
parenta32585286a328367543443dd2520a4bee2b0cb0b (diff)
Update version to 1.9
Diffstat (limited to 'scripts')
-rw-r--r--scripts/nuget/pugixml.nuspec2
-rw-r--r--scripts/pugixml.podspec2
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