Skip to content

Commit

Permalink
Bumping version to 19.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
TAKESHI SHIMADA committed Apr 5, 2019
1 parent 119138c commit f05b9a7
Show file tree
Hide file tree
Showing 12 changed files with 20 additions and 20 deletions.
4 changes: 2 additions & 2 deletions core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ Core
To get started, add a dependency on cactacea depending.

```
"io.github.cactacea" %% "core" % "19.3.7"
"io.github.cactacea" %% "core" % "19.3.8"
```
Or similarily with Maven:
```
<dependency>
<groupId>io.github.cactacea</groupId>
<artifactId>core_2.12</artifactId>
<version>19.3.7</version>
<version>19.3.8</version>
</dependency>
```

4 changes: 2 additions & 2 deletions docs/src/main/tut/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ position: 1
`build.sbt`に下記の依存関係を追加します。

```
"io.github.cactacea" %% "server" % "19.3.7"
"io.github.cactacea" %% "server" % "19.3.8"
```

`Maven`による表記:
Expand All @@ -19,7 +19,7 @@ position: 1
<dependency>
<groupId>io.github.cactacea</groupId>
<artifactId>server_2.12</artifactId>
<version>19.3.7</version>
<version>19.3.8</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion docs/src/main/tut/swagger.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion generate_sdks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ swagger-codegen generate \
--type-mappings number=Int64 \
--language-specific-primitives Int16,Int32,Int64,NSDate \
--additional-properties projectName="Cactacea" \
--additional-properties podVersion="19.3.7" \
--additional-properties podVersion="19.3.8" \
--additional-properties podSummary="Cactacea iOS SDK" \
--additional-properties podDescription="An iOS library to interface with Cactacea backend API" \
--additional-properties podSource="" \
Expand Down
4 changes: 2 additions & 2 deletions libs/filhouette/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ An authentication library for Finatra Framework applications forked from [`Silho
To get started, add a dependency on filhouette depending if you are building a Finatra server.

```
"io.github.cactacea" %% "filhouette" % "19.3.7"
"io.github.cactacea" %% "filhouette" % "19.3.8"
```
Or similarily with Maven:
```
<dependency>
<groupId>io.github.cactacea</groupId>
<artifactId>filhouette_2.12</artifactId>
<version>19.3.7</version>
<version>19.3.8</version>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions libs/finachat/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ WebSocket based chat library for Finagle
To get started, add a dependency on finachat depending if you are using a server based on Finagle.

```
"io.github.cactacea" %% "finasocket" % "19.3.7"
"io.github.cactacea" %% "finasocket" % "19.3.8"
```
Or similarily with Maven:
```
<dependency>
<groupId>io.github.cactacea</groupId>
<artifactId>finachat_2.12</artifactId>
<version>19.3.7</version>
<version>19.3.8</version>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions libs/finagger/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ Swagger support for Finatra
To get started, add a dependency on finagger depending if you are using a server based on Finatra and swagger.

```
"io.github.cactacea" %% "finagger" % "19.3.7"
"io.github.cactacea" %% "finagger" % "19.3.8"
```
Or similarily with Maven:
```
<dependency>
<groupId>io.github.cactacea</groupId>
<artifactId>finagger_2.12</artifactId>
<version>19.3.7</version>
<version>19.3.8</version>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions libs/finasocket/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ WebSocket support for Finagle
To get started, add a dependency on finasocket depending if you are using a server based on Finagle and WebSocket.

```
"io.github.cactacea" %% "finasocket" % "19.3.7"
"io.github.cactacea" %% "finasocket" % "19.3.8"
```
Or similarily with Maven:
```
<dependency>
<groupId>io.github.cactacea</groupId>
<artifactId>finasocket_2.12</artifactId>
<version>19.3.7</version>
<version>19.3.8</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
Update to your project/plugin.sbt file to include:

```
addSbtPlugin("io.github.cactacea" % "plugin" % "19.3.7")
addSbtPlugin("io.github.cactacea" % "plugin" % "19.3.8")
```
4 changes: 2 additions & 2 deletions server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ Server
To get started, add a dependency on cactacea depending.

```
"io.github.cactacea" %% "server" % "19.3.7"
"io.github.cactacea" %% "server" % "19.3.8"
```
Or similarily with Maven:
```
<dependency>
<groupId>io.github.cactacea</groupId>
<artifactId>server_2.12</artifactId>
<version>19.3.7</version>
<version>19.3.8</version>
</dependency>
```
4 changes: 2 additions & 2 deletions utils/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ Utils
To get started, add a dependency on cactacea depending.

```
"io.github.cactacea" %% "utils" % "19.3.7"
"io.github.cactacea" %% "utils" % "19.3.8"
```
Or similarily with Maven:
```
<dependency>
<groupId>io.github.cactacea</groupId>
<artifactId>utils_2.12</artifactId>
<version>19.3.7</version>
<version>19.3.8</version>
</dependency>
```
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version in ThisBuild := "19.3.8-SNAPSHOT"
version in ThisBuild := "19.3.8"

0 comments on commit f05b9a7

Please sign in to comment.