Skip to content

Commit 4f18b5b

Browse files
dayvar14daniel-ayvar
authored andcommitted
feat: obr draw steel 0.7.1
1 parent 9f9d540 commit 4f18b5b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# obr-draw-steel
22

3-
[![version](https://img.shields.io/badge/version-0.7.0-red.svg)](https://github.com/dayvar14/obr-draw-steel/releases/tag/v0.7.0)
3+
[![version](https://img.shields.io/badge/version-0.7.1-red.svg)](https://github.com/dayvar14/obr-draw-steel/releases/tag/v0.7.1)
44
[![GitHub Actions](https://github.com/dayvar14/obr-draw-steel/workflows/deployment/badge.svg)](https://github.com/dayvar14/obr-draw-steel/actions)
5-
[![commits since version](https://img.shields.io/github/commits-since/dayvar14/obr-draw-steel/v0.7.0.svg)](https://github.com/dayvar14/obr-draw-steel/compare/releases/v0.7.0...main)
5+
[![commits since version](https://img.shields.io/github/commits-since/dayvar14/obr-draw-steel/v0.7.1.svg)](https://github.com/dayvar14/obr-draw-steel/compare/releases/v0.7.1...main)
66
[![standard-readme compliant](https://img.shields.io/badge/readme%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme)
77
[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-%23FE5196?logo=conventionalcommits&logoColor=white)](https://conventionalcommits.org)
88
[![github followers](https://img.shields.io/github/followers/dayvar14.svg?style=social&label=Follow&maxAge=2592000)](https://github.com/dayvar14?tab=followers)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "obr-draw-steel",
33
"private": true,
4-
"version": "0.7.0",
4+
"version": "0.7.1",
55
"homepage": "https://dayvar14.github.io/obr-draw-steel",
66
"type": "module",
77
"scripts": {

src/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const EXTENSION_ID = 'com.danielayvar.obr-draw-steel'
2-
export const APP_VERSION = '0.7.0'
2+
export const APP_VERSION = '0.7.1'
33

44
export const SETTINGS_METADATA_ID = `${EXTENSION_ID}/settings-metadata-id`
55
export const GROUP_METADATA_ID = `${EXTENSION_ID}/group-metadata-id`

0 commit comments

Comments
 (0)