Skip to content
This repository has been archived by the owner on Dec 30, 2023. It is now read-only.

Commit

Permalink
build: v1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Walther committed Oct 8, 2018
1 parent 65453f2 commit 24b856e
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
QIX_ENGINE_VER := "12.248.0"
SENSE_CLIENT_VER := "5.43.0"

## Todo: OK
help: ## Call the help
@echo ''
@echo 'Available commands:'
Expand Down Expand Up @@ -29,7 +28,6 @@ gen-readme-watch:
nodemon --config ./nodemon-readme.json --exec make gen-readme
.PHONY: gen-readme-watch

# Todo: OK
up: down build-dev ## Bring the dev environment up
ENV=dev \
QIX_ENGINE_VER=$(QIX_ENGINE_VER) \
Expand All @@ -41,7 +39,6 @@ up: down build-dev ## Bring the dev environment up
@echo ""
.PHONY: up

# Todo: OK
down: ## Tear down the dev environment
docker-compose down -t 0
.PHONY: down
Expand Down
Binary file modified build/sense-navigation_dev.zip
Binary file not shown.
Binary file modified build/sense-navigation_latest.zip
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sense-navigation",
"version": "1.0.0-rc-03",
"version": "1.0.0",
"description": "Sheet Navigation + Actions visualization extension for Qlik Sense.",
"keywords": [
"actions",
Expand Down

0 comments on commit 24b856e

Please sign in to comment.