Skip to content

Commit

Permalink
Bumping version to 18.12.8
Browse files Browse the repository at this point in the history
  • Loading branch information
TAKESHI SHIMADA committed Dec 16, 2018
1 parent 6a613a5 commit 2a5805b
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 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" % "18.12.7"
"io.github.cactacea" %% "core" % "18.12.8"
```
Or similarily with Maven:
```
<dependency>
<groupId>io.github.cactacea</groupId>
<artifactId>core_2.12</artifactId>
<version>18.12.7</version>
<version>18.12.8</version>
</dependency>
```

2 changes: 1 addition & 1 deletion docs/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="18.12.7" \
--additional-properties podVersion="18.12.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" % "18.12.7"
"io.github.cactacea" %% "filhouette" % "18.12.8"
```
Or similarily with Maven:
```
<dependency>
<groupId>io.github.cactacea</groupId>
<artifactId>filhouette_2.12</artifactId>
<version>18.12.7</version>
<version>18.12.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" % "18.12.7"
"io.github.cactacea" %% "finagger" % "18.12.8"
```
Or similarily with Maven:
```
<dependency>
<groupId>io.github.cactacea</groupId>
<artifactId>finagger_2.12</artifactId>
<version>18.12.7</version>
<version>18.12.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" % "18.12.7")
addSbtPlugin("io.github.cactacea" % "plugin" % "18.12.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" % "18.12.7"
"io.github.cactacea" %% "server" % "18.12.8"
```
Or similarily with Maven:
```
<dependency>
<groupId>io.github.cactacea</groupId>
<artifactId>server_2.12</artifactId>
<version>18.12.7</version>
<version>18.12.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 := "18.12.8-SNAPSHOT"
version in ThisBuild := "18.12.8"

0 comments on commit 2a5805b

Please sign in to comment.