diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2017-03-14 21:23:47 -0700 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2017-03-14 21:23:47 -0700 |
commit | d44fb3a2f60285b3ad03513911bc6b4e40057c04 (patch) | |
tree | c9a930f29f8b6bff100c127cda7b1b0ff4337a95 /ext | |
parent | 1ef3069a7ef7692bb27d64b85dd2cfdf201e33b2 (diff) | |
download | infinitytier-d44fb3a2f60285b3ad03513911bc6b4e40057c04.tar.gz infinitytier-d44fb3a2f60285b3ad03513911bc6b4e40057c04.zip |
bump bump bump that version
Diffstat (limited to 'ext')
-rwxr-xr-x | ext/installfiles/mac/ZeroTier One.pkgproj | 2 | ||||
-rw-r--r-- | ext/installfiles/windows/chocolatey/zerotier-one/zerotier-one.nuspec | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ext/installfiles/mac/ZeroTier One.pkgproj b/ext/installfiles/mac/ZeroTier One.pkgproj index 4215fd22..b9171b9f 100755 --- a/ext/installfiles/mac/ZeroTier One.pkgproj +++ b/ext/installfiles/mac/ZeroTier One.pkgproj @@ -646,7 +646,7 @@ <key>OVERWRITE_PERMISSIONS</key> <false/> <key>VERSION</key> - <string>1.1.17</string> + <string>1.2.0</string> </dict> <key>PROJECT_COMMENTS</key> <dict> diff --git a/ext/installfiles/windows/chocolatey/zerotier-one/zerotier-one.nuspec b/ext/installfiles/windows/chocolatey/zerotier-one/zerotier-one.nuspec index 48aedf11..b8f9eb7e 100644 --- a/ext/installfiles/windows/chocolatey/zerotier-one/zerotier-one.nuspec +++ b/ext/installfiles/windows/chocolatey/zerotier-one/zerotier-one.nuspec @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe <!-- version should MATCH as closely as possible with the underlying software --> <!-- Is the version a prerelease of a version? https://docs.nuget.org/create/versioning#creating-prerelease-packages --> <!-- Note that unstable versions like 0.0.1 can be considered a released version, but it's possible that one can release a 0.0.1-beta before you release a 0.0.1 version. If the version number is final, that is considered a released version and not a prerelease. --> - <version>1.1.14</version> + <version>1.2.0</version> <!-- <packageSourceUrl>Where is this Chocolatey package located (think GitHub)? packageSourceUrl is highly recommended for the community feed</packageSourceUrl>--> <!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. --> <!--<owners>ZeroTier, Inc.</owners>--> |