Skip to content

Commit

Permalink
Prepare release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
circlespainter committed Jul 1, 2015
1 parent 7fdd639 commit e6d07ca
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ branches:
env:
global:
- secure: "I8awdba2QYgO+vKmbsIa10L7dGPpcvt/l0sfE+NH2On4ZtBFuX7X4tFncmWizHhrqa0xvoAEl8hZFZ6+RjbAOzd9kDLfdHevLVv6z8VQusvY58GbAHPP0h4yd4PA0YsSeiLv1F7X7bCH6weZo16t42lVh4NrAS2XHqSOOvMyAWo="
- DOCS_BRANCH="0.3.0"
- DOCS_BRANCH="release"
- GEN_APIDOCS="gradle javadoc"

after_success:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# *COMSAT*<br/>Scalable, Concurrent Web Apps
[![Build Status](http://img.shields.io/travis/puniverse/comsat.svg?style=flat)](https://travis-ci.org/puniverse/comsat) [![Dependency Status](https://www.versioneye.com/user/projects/52dfc913ec1375318800039f/badge.png?style=flat)](https://www.versioneye.com/user/projects/52dfc913ec1375318800039f) [![Version](http://img.shields.io/badge/version-0.3.0-blue.svg?style=flat)](https://github.com/puniverse/comsat/releases) [![License](http://img.shields.io/badge/license-EPL-blue.svg?style=flat)](https://www.eclipse.org/legal/epl-v10.html) [![License](http://img.shields.io/badge/license-LGPL-blue.svg?style=flat)](https://www.gnu.org/licenses/lgpl.html)
[![Build Status](http://img.shields.io/travis/puniverse/comsat.svg?style=flat)](https://travis-ci.org/puniverse/comsat) [![Dependency Status](https://www.versioneye.com/user/projects/52dfc913ec1375318800039f/badge.png?style=flat)](https://www.versioneye.com/user/projects/52dfc913ec1375318800039f) [![Version](http://img.shields.io/badge/version-0.4.0-blue.svg?style=flat)](https://github.com/puniverse/comsat/releases) [![License](http://img.shields.io/badge/license-EPL-blue.svg?style=flat)](https://www.eclipse.org/legal/epl-v10.html) [![License](http://img.shields.io/badge/license-LGPL-blue.svg?style=flat)](https://www.gnu.org/licenses/lgpl.html)

## Getting started

Expand All @@ -9,7 +9,7 @@ In Maven:
<dependency>
<groupId>co.paralleluniverse</groupId>
<artifactId>ARTIFACT</artifactId>
<version>0.4.0-SNAPSHOT</version>
<version>0.4.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ subprojects {
[compileJava, compileTestJava]*.options*.encoding = 'UTF-8'

group = "co.paralleluniverse"
version = "0.4.0-SNAPSHOT"
version = "0.4.0"
status = "integration"
description = "Fibers services for web"

Expand Down
2 changes: 1 addition & 1 deletion comsat-httpkit/project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject co.paralleluniverse/comsat-clj-http "0.4.0-SNAPSHOT"
(defproject co.paralleluniverse/comsat-clj-http "0.4.0"
:description "'clj-http' Quasar integration based on 'comsat-httpclient'."

:url "https://github.com/puniverse/comsat"
Expand Down
2 changes: 1 addition & 1 deletion comsat-ring-jetty9/project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject co.paralleluniverse/comsat-ring-jetty9 "0.4.0-SNAPSHOT"
(defproject co.paralleluniverse/comsat-ring-jetty9 "0.4.0"
:description "Comsat integration for the Ring Clojure web framework: Jetty 9 fiber-blocking adapter."
:url "https://github.com/puniverse/comsat"
:scm {:name "git" :url "https://github.com/puniverse/comsat"}
Expand Down
2 changes: 1 addition & 1 deletion docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ baseurl: /comsat

# Site globals used throughout docs.
project: Comsat
version: 0.3.0
version: 0.4.0
github: puniverse/comsat
google_group: "https://groups.google.com/forum/#!forum/comsat-user"
tagline: "Scalable web application libraries"
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Comsat does provide one new API that you may choose to use: Web Actors. Web acto

## News

### TBBD
### July 1, 2015

COMSAT [0.4.0](https://github.com/puniverse/comsat/releases/tag/v0.4.0) has been released.

Expand Down

0 comments on commit e6d07ca

Please sign in to comment.