Skip to content
This repository has been archived by the owner on Aug 10, 2024. It is now read-only.

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
sanity committed May 26, 2019
2 parents 921fced + bc17588 commit aa7c8b8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@

[![](https://jitpack.io/v/kwebio/core.svg)](https://jitpack.io/#kwebio/core) [![Build Status](https://travis-ci.org/kwebio/core.svg?branch=master)](https://travis-ci.org/kwebio/core)

This is the "core" of Kweb, responsible for server-browser communication. Please see [Kweb user manual](http://docs.kweb.io/) for more information.
Kweb is a new way to create beautiful, efficient, and scalable websites in Kotlin, quickly.

Please see [Kweb user manual](http://docs.kweb.io/) for more information.

This is the main Kweb source code.

This chart shows the number of people who have starred this repository, over time, likely a good indicator of interest:

Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ allprojects {
}

buildscript {
ext.kotlin_version = '1.3.30'
ext.kotlin_version = '1.3.31'
ext.dokka_version = '0.9.17'
ext.ktor_version = '1.0.0'
ext.ktor_version = '1.2.0'

repositories {
jcenter()
Expand All @@ -39,7 +39,7 @@ buildscript {
}

group 'io.kweb'
version '0.4.14'
version '0.4.15'

apply plugin: 'java'

Expand Down

0 comments on commit aa7c8b8

Please sign in to comment.