Skip to content

Commit

Permalink
Set version numbers to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
droberts2013 committed Dec 18, 2015
1 parent e9b842f commit 95ef98b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ deploy:
provider: releases
api_key:
secure: GUBb6VNOyPsgBHnNTTl9tltXBjuZMtmS5vBtFI4i7fiVXGfTaEZHh2QtmptOpGZrVKOaiAy4s4571bd8j5hjdLUuLPTrgZqwFc9urA7dgY7Vf4uxYXylQFg9O1q+FxDN9O9fFErhi3Do4aZd9zhqJA7kRLT4eJjcGibfHvyxEmcGFzrcU+vo3nwflLgQ0PT1IjBr95lBN3H8xLzpBoI/Ho223D6/x4A3/tUlwK8MAl40PJ5NzW6WqX8RwU/GLW7BWJ1+Tm/yRpn7BrKvfvXsO4Cp/exEzQh6iP7jCSaWlZ+X6WLQE2HD5b3mfqrfh6qwZ8RsQEXa0fP+guWiUOZg51jQWHDNZrmIpjJVVLBCZQGLQPUDFIamgQZbPwOBwkQKcB3WVJQwFTBRlW4yYk0csAXfN3QSiHBX0aipnqcmRc8pJW02oHwsjKSji928VAH+Kv6Aoqz52ZvRr4xQBkq3JR+wxl+Nfxtly8MUO0pSTSTGlt/9P8V7cPKUIScWk/uduPxk4aYXVbF03jVdmHwXCYPV4ImtvxGodcGDdjxLTBz7VZjQvDwUy0LilD8pnzv4g2uQ0CvjCBalP7j6Zz+FoVCumVGRjBbEdOalcgaxx/IJPfdJ91AyRBzAwuynngBnJPrObfg31TkfPK7HRTp8zLTl5fAea5ZUssxLM6dg9RA=
file: build/libs/xlr-tfs-plugin-1.0.0.jar
file: build/libs/xlr-tfs-plugin-1.0.2.jar
on:
all_branches: true
tags: true
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript {
}
}

version='1.0.0'
version='1.0.2'

apply plugin: "com.github.hierynomus.license"
apply plugin: 'java'
Expand Down

0 comments on commit 95ef98b

Please sign in to comment.