diff --git a/LICENSE.md b/LICENSE.md index 86c7c291..8cb8a2b1 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2012-2015 Kevin Brown, Igor Vaynberg, and Select2 contributors +Copyright (c) 2012-2017 Kevin Brown, Igor Vaynberg, and Select2 contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/component.json b/component.json index cacb935a..1fb29fd7 100644 --- a/component.json +++ b/component.json @@ -2,7 +2,7 @@ "name": "select2", "repo": "select/select2", "description": "Select2 is a jQuery based replacement for select boxes. It supports searching, remote data sets, and infinite scrolling of results.", - "version": "4.0.3", + "version": "4.0.4", "demo": "https://select2.github.io/", "keywords": [ "jquery" diff --git a/package.json b/package.json index d962f13a..6b727f8a 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "src", "dist" ], - "version": "4.0.3", + "version": "4.0.4", "jspm": { "main": "js/select2", "directories": { diff --git a/select2.jquery.json b/select2.jquery.json index e2df6ef1..3638577a 100644 --- a/select2.jquery.json +++ b/select2.jquery.json @@ -11,7 +11,7 @@ "tag", "tagging" ], - "version": "4.0.3", + "version": "4.0.4", "author": { "name": "Kevin Brown", "url": "https://github.com/kevin-brown"