Index: trunk/extensions/Collection/Collection.php |
— | — | @@ -33,14 +33,14 @@ |
34 | 34 | $dir = dirname(__FILE__) . '/'; |
35 | 35 | |
36 | 36 | # Extension version |
37 | | -$wgCollectionVersion = "1.3"; |
| 37 | +$wgCollectionVersion = "1.4"; |
38 | 38 | |
39 | 39 | # ============================================================================== |
40 | 40 | |
41 | 41 | # Configuration: |
42 | 42 | |
43 | 43 | /** Bump the version number every time you change any of the JavaScript files */ |
44 | | -$wgCollectionStyleVersion = 4; |
| 44 | +$wgCollectionStyleVersion = 5; |
45 | 45 | |
46 | 46 | /** URL of mw-serve render server */ |
47 | 47 | $wgCollectionMWServeURL = 'http://tools.pediapress.com/mw-serve/'; |