Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
sammy-da committed Aug 16, 2021
1 parent 932f47a commit abe6f56
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
DIT_NAME=$(shell ddit targetname)
BASENAME=$(shell ddit targetname --basename)
VERSION=$(shell ddit ditversion)
BOT_VERSION=$(shell ddit ditversion | sed "s/-rc./rc/")
BOT_VERSION=$(shell ddit ditversion | sed "s/-rc./rc/")

NAME=${BASENAME}-${VERSION}

Expand Down Expand Up @@ -30,7 +30,7 @@ target:
mkdir $@

$(operator_bot):
cd python/operator && DDIT_VERSION=$(BOT_VERSION) $(PYTHON) setup.py sdist
cd python/operator && BOT_VERSION=$(BOT_VERSION) $(PYTHON) setup.py sdist
rm -fr python/operator/daml_chat_operator_bot.egg-info
mkdir -p $(@D)
mv python/operator/dist/daml-chat-operator-bot-$(BOT_VERSION).tar.gz $@
Expand Down
4 changes: 2 additions & 2 deletions dabl-meta.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
catalog:
name: daml-chat
version: 0.2.3
version: 2.0.0-rc.1
short_description: Daml Chat
description: A straightforward web chat app.
author: Digital Asset (Switzerland) GmbH
source_url: https://github.com/digital-asset/dablchat
license: Apache-2.0
tags: [dabl-sample-app, application]
tags: [dabl-sample-app, application, experimental]
icon_file: dabl-chat.png
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "daml-chat",
"version": "1.8.5",
"version": "2.0.0-rc.1",
"private": true,
"dependencies": {
"@webscopeio/react-textarea-autocomplete": "^4.6.1",
Expand Down

0 comments on commit abe6f56

Please sign in to comment.