Skip to content

Commit

Permalink
Bump version to v1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ranjian0 committed Jul 28, 2020
1 parent 3fe085e commit b449eea
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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.3/building_tools-v1.0.3.zip).
1. Download add-on (zipped) from this [link](https://github.com/ranjian0/building_tools/releases/download/v1.0.4/building_tools-v1.0.4.zip).
2. In blender, go to : Edit -> Preferences -> Add-ons -> Install.
3. Select the downloaded file and you're good to go.

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

## Status

`Version` : `v1.0.3`
`Version` : `v1.0.4`

## Inspiration

Expand Down
4 changes: 2 additions & 2 deletions btools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
bl_info = {
"name": "Building Tools",
"author": "Ian Ichung'wa Karanja (ranjian0), Lucky Kadam (luckykadam), Marcus (MCrafterzz)",
"version": (1, 0, 3),
"version": (1, 0, 4),
"blender": (2, 80, 0),
"location": "View3D > Toolshelf > Building Tools",
"description": "Building Creation Tools",
Expand Down Expand Up @@ -132,7 +132,7 @@ def draw(self, context):
layout.template_ID_preview(face_map_material, "material", hide_buttons=True)


classes = (BTOOLS_PT_road_tools, BTOOLS_PT_building_tools, BTOOLS_PT_material_tools)
classes = (BTOOLS_PT_building_tools, BTOOLS_PT_material_tools)


def register():
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.3]
description: [v1.0.4]

show_downloads: true

github:
zip_url: https://github.com/ranjian0/building_tools/releases/download/v1.0.3/building_tools-v1.0.3.zip
zip_url: https://github.com/ranjian0/building_tools/releases/download/v1.0.4/building_tools-v1.0.4.zip

google_analytics: UA-154906120-2

0 comments on commit b449eea

Please sign in to comment.