Przeglądaj źródła

up internal version num

Adam Shaw 8 lat temu
rodzic
commit
35a988d34c
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/main.js

+ 1 - 1
src/main.js

@@ -4,7 +4,7 @@ var FC = $.fullCalendar = {
 	// When introducing internal API incompatibilities (where fullcalendar plugins would break),
 	// the minor version of the calendar should be upped (ex: 2.7.2 -> 2.8.0)
 	// and the below integer should be incremented.
-	internalApiVersion: 9
+	internalApiVersion: 10
 };
 var fcViews = FC.views = {};