Browse Source

update version in package manager config files

alexweissman 7 years ago
parent
commit
2eadef964f
4 changed files with 4 additions and 4 deletions
  1. 1 1
      LICENSE.md
  2. 1 1
      component.json
  3. 1 1
      package.json
  4. 1 1
      select2.jquery.json

+ 1 - 1
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

+ 1 - 1
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"

+ 1 - 1
package.json

@@ -34,7 +34,7 @@
     "src",
     "dist"
   ],
-  "version": "4.0.3",
+  "version": "4.0.4",
   "jspm": {
     "main": "js/select2",
     "directories": {

+ 1 - 1
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"