Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jodersky committed May 1, 2023
1 parent f2eccbd commit 507d7fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ following minimums are required:
The project is published to Maven Central:

```
ivy"io.crashbox::scalapb-ujson:0.2.0"
ivy"io.crashbox::scalapb-ujson:0.3.0"
```

## Feature-Completeness
Expand Down Expand Up @@ -196,7 +196,7 @@ representation.

- [gRPC Gateway](https://github.com/grpc-ecosystem/grpc-gateway). scalapb-ujson
integrates directly with ScalaPB and is not designed to be a converter of
protobuf on the wire. In case you have a mature service architecture then gRPC
protobuf on the wire. In case you have a service architecture then gRPC
gateway is a viable alternative. scalapb-ujson is only designed for standalone
applications (and doesn't support gRPC service mapping).

Expand Down
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import $ivy.`com.lihaoyi::mill-contrib-scalapblib:$MILL_VERSION`
import contrib.scalapblib.ScalaPBModule

trait Publish extends PublishModule {
def publishVersion = "0.2.0"
def publishVersion = "0.3.0"
def pomSettings = PomSettings(
description = "scalapb-ujson",
organization = "io.crashbox",
Expand Down

0 comments on commit 507d7fa

Please sign in to comment.