parent
657cb566cd
commit
4cbf935dea
|
@ -1,6 +1,6 @@
|
|||
Pod::Spec.new do |s|
|
||||
s.name = "TunnelKit"
|
||||
s.version = "1.1.0"
|
||||
s.version = File.read("ci/VERSION")
|
||||
s.summary = "Non-official OpenVPN client for Apple platforms."
|
||||
|
||||
s.homepage = "https://github.com/keeshux/tunnelkit"
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
1.1.0
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
VERSION="1.1.0"
|
||||
PWD=`dirname $0`
|
||||
VERSION=`cat $PWD/VERSION`
|
||||
BUILD=`git rev-list HEAD --count`
|
||||
|
||||
agvtool new-marketing-version $VERSION
|
||||
agvtool new-version $BUILD
|
||||
|
|
Loading…
Reference in New Issue