Procházet zdrojové kódy

add real version numbers to npm & bower configs

Adam Shaw před 12 roky
rodič
revize
5835b2881e
2 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 1 1
      bower.json
  2. 1 1
      package.json

+ 1 - 1
bower.json

@@ -1,6 +1,6 @@
 {
   "name": "fullcalendar",
-  "version": "0.0.0",
+  "version": "1.6.3",
   "devDependencies": {
     "jquery": "~1.10.2",
     "jquery-ui": "~1.10.3"

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "fullcalendar",
-  "version": "0.0.0",
+  "version": "1.6.3",
   "repository": {
     "type": "git",
     "url": "https://github.com/arshaw/fullcalendar.git"