Skip to content

Commit adff88b

Browse files
committed
Prepare for release 1.1
1 parent 45f5d26 commit adff88b

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGES

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
===== 1.1 (2017-02-01) =====
2+
3+
* Compatibility with Eliom 6.3 and OCaml 4.03
4+
* Ot_page_transition widget
5+
* Various small fixes and improvements
6+
17
===== 1.0 (2017-02-07) =====
28

39
* Fixes in drawer widget

Makefile.options

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
# Package name for your
66
PKG_NAME := ocsigen-toolkit
7-
PKG_VERS := 1.0
7+
PKG_VERS := 1.1
88
PKG_DESC := reusable UI components meant for Eliom applications
99

1010
# Source files for the server

opam/opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ build: [ make "-j%{jobs}%" ]
99
install: [ make "install" ]
1010
remove: [ make "uninstall" ]
1111
depends: [
12-
"eliom" {>= "6.0"}
12+
"eliom" {>= "6.3"}
1313
"calendar"
1414
]
15-
available: [ ocaml-version >= "4.02" ]
15+
available: [ ocaml-version >= "4.03.0" ]

0 commit comments

Comments
 (0)