From 5b4427e824d5fcab3133c2435949e58f82ece4d9 Mon Sep 17 00:00:00 2001 From: neki-dev Date: Mon, 15 Jul 2024 11:07:54 +0300 Subject: [PATCH] chore(*): fix badges --- README.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5839f61..cbf7e67 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ ## ![Gen Biome](./docs/logotype-s.png) -[![Npm package version](https://badgen.net/npm/v/gen-biome)](https://npmjs.com/package/gen-biome) +[![Version](https://badgen.net/npm/v/gen-biome)](https://npmjs.com/package/gen-biome) [![Small size](https://img.badgesize.io/neki-dev/gen-biome/master/dist/index.js)](https://github.com/neki-dev/gen-biome/blob/master/dist/index.js) -[![Building](https://github.com/neki-dev/gen-biome/actions/workflows/build.yml/badge.svg)](https://github.com/neki-dev/gen-biome/actions/workflows/build.yml) +[![Build](https://github.com/neki-dev/gen-biome/actions/workflows/deploy.yml/badge.svg)](https://github.com/neki-dev/gen-biome/actions/workflows/deploy.yml) Procedural generation of 2D maps with distinct biomes diff --git a/package.json b/package.json index afe5e34..b1ebcff 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "gen-biome", "description": "Procedural generation of 2D maps with distinct biomes", - "version": "3.0.2", + "version": "3.0.3", "keywords": [ "map", "generation",