diff --git a/LICENSE b/LICENSE index b249b59..d3cdf75 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,7 @@ The MIT License (MIT) -Copyright (c) 2013-2015 Morris Jobke +Copyright (c) 2013-2016 Morris Jobke + Eve Ragins @ Eve Corp (github.com/eve-corp) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in diff --git a/bower.json b/bower.json index ca9d686..bd3f9b0 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "strengthify", - "version": "0.5.0", + "version": "0.5.1", "homepage": "https://github.com/MorrisJobke/strengthify", "authors": [ "Eve Ragins + * Copyright (c) 2013-2016 Morris Jobke * * Permission is hereby granted, free of charge, to any person obtaining a copy of * this software and associated documentation files (the "Software"), to deal in diff --git a/strengthify.css b/strengthify.css index e7073e1..e8486fb 100644 --- a/strengthify.css +++ b/strengthify.css @@ -1,9 +1,9 @@ /** * Strengthify - show the weakness of a password (uses zxcvbn for this) * https://github.com/MorrisJobke/strengthify - * Version: 0.5.0 + * Version: 0.5.1 * License: The MIT License (MIT) - * Copyright (c) 2013 Morris Jobke + * Copyright (c) 2013-2016 Morris Jobke */ .strengthify-wrapper { @@ -57,4 +57,4 @@ div[data-strengthifyMessage] { .strengthify-tiles{ float: right; -} \ No newline at end of file +}