Skip to content

Commit

Permalink
Releasing 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
m1ch4ls committed Nov 3, 2015
1 parent 97c7f0e commit 1063851
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ before_deploy: bash ./ci/build_release.sh
deploy:
- provider: releases
api_key:
secure: I3E0Gj7DkMrw8dwq/nUej4LxE7q/u27Vcy+GUM2tyaL6/3OgzWF0WOOxu7O7IzMVg0+Mp2bNP4GDxUGxs5n34wTQBHgWAnZ3eUoINPQuWLGLrSHRuNMhGYYi5GsMbFle+dAvMD8B8E6+o+zRW3NLj3BxU35LedYMdy93QDhWv8yshyGCYyTWbzni/5RZ/2m1UBoD5+bgbkMX2KCcq2F/WgsbcIezIIpmmhR/PpZvk8hInsLngZpv4A/Yjm634XtbBdrxHoTrDG7+W5VV3KRd+vADLPoj6xmL+6IjCj8w0C9nD6fpeA2m29UzkWyjVHmvESLNOZFPW3z269/GgjJuLrlxvNJcAwlf7cb+LfTfr/XNfwwhkU98CJ36HlODHSlsTVkp185sCFdOueWrmAtxyiR/l/4HycO5CFVMlHeTwsvOeUT53Qm5k0hsxMPTry6NfA6mjhmg+19CZ1ebC9/GrqjKItujt/RdBIKOj/3kHUSgnpCK2X/l/xEDiyZsh5uDuQd9msP6QH9DtSaUYTOnKrXQ0IqdQ5rV1k3PlAkjtxeTOz2AREjJ5H6LuHmH5uMlcyLtuDomUswL9J2rnD/nb8TUp0kSaUsArM47rd1lYjfRlYAvnLhTAQXGl713zt6X9veh1OLn6DZubgwO/7yJ//GsPSwcjzttbO0JlheUZ5k=
secure: cDVJluCReiLGADQ4MwLMzKTM5vtioImeKlJx9P42clu4hjKR89zylNQyUQwTtao0h64zX+QfpKUhwTIhNHz58oDVqk6r6g2omy9+mtEHHVfHXdnYqQI0b9lU4Yllcc51sa8CpYH5CYImFdxwpduOkK7M7M/1ozwJitVHIlqUW0Y=
file:
- dist.tar.gz
- dist.zip
Expand Down
7 changes: 5 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "public-license-selector",
"description": "JQuery plugin with UI for picking a license for software or data",
"version": "0.0.5",
"version": "0.0.6",
"repository": {
"type": "git",
"url": "https://github.com/ufal/public-license-selector"
Expand All @@ -15,7 +15,10 @@
"jquery": "~2.1.1",
"lodash": "~2.4.1"
},
"main": ["license-selector.js", "license-selector.css"],
"main": [
"license-selector.js",
"license-selector.css"
],
"moduleType": [
"globals"
],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "LicenseSelector",
"title": "License Selector",
"version": "0.0.5",
"version": "0.0.6",
"repository": {
"type": "git",
"url": "https://github.com/ufal/public-license-selector.git"
Expand Down

0 comments on commit 1063851

Please sign in to comment.