From 28996511f36c8898d52d53bf3d45e2131cc974f1 Mon Sep 17 00:00:00 2001 From: Herbert Poul Date: Tue, 10 Sep 2019 17:23:30 +0200 Subject: [PATCH] releaes 0.2.0 --- pubspec.yaml | 2 +- test/pytest/Dockerfile | 2 +- test/pytest/docker-compose.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index 40a6c6b..e566b10 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: kdbx description: KeepassX format implementation in pure dart. (kdbx 2.x support). -version: 0.1.0 +version: 0.2.0 homepage: https://github.com/authpass/kdbx.dart author: Herbert Poul diff --git a/test/pytest/Dockerfile b/test/pytest/Dockerfile index fb0382b..068d2e4 100644 --- a/test/pytest/Dockerfile +++ b/test/pytest/Dockerfile @@ -4,4 +4,4 @@ RUN apt-get update && apt-get install -y libgcrypt20-dev RUN pip install pygcrypt lxml -WORKDIR /root +WORKDIR /cwd diff --git a/test/pytest/docker-compose.yml b/test/pytest/docker-compose.yml index 51311cd..e605c8a 100644 --- a/test/pytest/docker-compose.yml +++ b/test/pytest/docker-compose.yml @@ -3,5 +3,5 @@ services: py: build: . volumes: - - ./:/root + - ./:/cwd