diff --git a/Getting-Started.md b/Getting-Started.md index 91698bd..9ba561c 100644 --- a/Getting-Started.md +++ b/Getting-Started.md @@ -15,7 +15,7 @@ org.jetbrains.exposed exposed - 0.11.2 + 0.12.1 @@ -28,7 +28,7 @@ repositories { jcenter() } dependencies { - compile 'org.jetbrains.exposed:exposed:0.11.2' + compile 'org.jetbrains.exposed:exposed:0.12.1' } ```