Skip to content

Commit

Permalink
feat: obr draw steel 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dayvar14 authored and dayvar14 committed Oct 29, 2024
1 parent 9f9d540 commit 4f18b5b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# obr-draw-steel

[![version](https://img.shields.io/badge/version-0.7.0-red.svg)](https://github.com/dayvar14/obr-draw-steel/releases/tag/v0.7.0)
[![version](https://img.shields.io/badge/version-0.7.1-red.svg)](https://github.com/dayvar14/obr-draw-steel/releases/tag/v0.7.1)
[![GitHub Actions](https://github.com/dayvar14/obr-draw-steel/workflows/deployment/badge.svg)](https://github.com/dayvar14/obr-draw-steel/actions)
[![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)
[![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)
[![standard-readme compliant](https://img.shields.io/badge/readme%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme)
[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-%23FE5196?logo=conventionalcommits&logoColor=white)](https://conventionalcommits.org)
[![github followers](https://img.shields.io/github/followers/dayvar14.svg?style=social&label=Follow&maxAge=2592000)](https://github.com/dayvar14?tab=followers)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "obr-draw-steel",
"private": true,
"version": "0.7.0",
"version": "0.7.1",
"homepage": "https://dayvar14.github.io/obr-draw-steel",
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const EXTENSION_ID = 'com.danielayvar.obr-draw-steel'
export const APP_VERSION = '0.7.0'
export const APP_VERSION = '0.7.1'

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

0 comments on commit 4f18b5b

Please sign in to comment.