Skip to content

Commit

Permalink
readme, version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mchmarny committed Feb 8, 2022
1 parent 85e112c commit e85a83a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
RELEASE_VERSION ?=v0.1.1
RELEASE_VERSION ?=v0.1.2
EMULATOR_IMAGE ?=ghcr.io/mchmarny/firestore-emulator:v0.3.2
EMULATOR_HOST ?=localhost
EMULATOR_PORT ?=8888
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[Cloud Firestore](https://firebase.google.com/docs/firestore) wrapper client library

[![Test](https://github.com/mchmarny/oven/actions/workflows/test-on-push.yaml/badge.svg?branch=main)](https://github.com/mchmarny/oven/actions/workflows/test-on-push.yaml) [![Go Report Card](https://goreportcard.com/badge/github.com/mchmarny/oven)](https://goreportcard.com/report/github.com/mchmarny/oven) ![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/mchmarny/oven) [![codecov](https://codecov.io/gh/mchmarny/oven/branch/main/graph/badge.svg?token=00H8S7GMPP)](https://codecov.io/gh/mchmarny/oven)
[![test](https://github.com/mchmarny/oven/actions/workflows/test-on-push.yaml/badge.svg?branch=main)](https://github.com/mchmarny/oven/actions/workflows/test-on-push.yaml) [![Go Report Card](https://goreportcard.com/badge/github.com/mchmarny/oven)](https://goreportcard.com/report/github.com/mchmarny/oven) ![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/mchmarny/oven) [![codecov](https://codecov.io/gh/mchmarny/oven/branch/main/graph/badge.svg?token=00H8S7GMPP)](https://codecov.io/gh/mchmarny/oven) [![publish](https://github.com/mchmarny/oven/actions/workflows/publish-on-tag.yaml/badge.svg?branch=main)](https://github.com/mchmarny/oven/actions/workflows/publish-on-tag.yaml)


# Overview
Expand Down

0 comments on commit e85a83a

Please sign in to comment.