Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ranjian0 committed Jan 3, 2024
1 parent 2ec5be5 commit 016f30c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ and `Building Tools` was born.

## Installation

1. Download add-on (zipped) from this [link](https://github.com/ranjian0/building_tools/releases/download/v1.0.11/building_tools_v1.0.11.zip).
1. Download add-on (zipped) from this [link](https://github.com/ranjian0/building_tools/releases/download/v1.0.12/building_tools_v1.0.12.zip).
2. In blender, go to : Edit -> Preferences -> Add-ons -> Install.
3. Select the downloaded file and you're good to go.

Expand All @@ -47,7 +47,7 @@ and `Building Tools` was born.

## Status

`Version` : `v1.0.11`
`Version` : `v1.0.12`

**Blender 4.0 Compatible**

Expand Down
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
bl_info = {
"name": "Building Tools",
"author": "Ian Karanja (ranjian0), Lucky Kadam (luckykadam), Marcus (MCrafterzz)",
"version": (1, 0, 11),
"version": (1, 0, 12),
"blender": (3, 3, 0),
"location": "View3D > Toolshelf > Building Tools",
"description": "Building Creation Tools",
Expand Down
4 changes: 2 additions & 2 deletions docs/_config.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
theme: jekyll-theme-cayman

title: [Building Tools]
description: [v1.0.11]
description: [v1.0.12]

show_downloads: true

github:
zip_url: https://github.com/ranjian0/building_tools/releases/download/v1.0.11/building_tools_v1.0.11.zip
zip_url: https://github.com/ranjian0/building_tools/releases/download/v1.0.12/building_tools_v1.0.12.zip

google_analytics: UA-154906120-2

0 comments on commit 016f30c

Please sign in to comment.