diff --git a/CHANGELOG.md b/CHANGELOG.md index 87743af..6fedaed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.1.1](https://github.com/weareopensource/Swift/compare/v0.0.1...v0.1.1) (2020-05-15) + ### 0.0.1 (2020-05-15) diff --git a/package-lock.json b/package-lock.json index 50add06..1617ceb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "waosSwift", - "version": "0.0.1", + "version": "0.1.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 596240e..5877baa 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "waosSwift", "description": "Swift - Boilerplate Front : RxSwift, JWT (WIP)", - "version": "0.0.1", + "version": "0.1.1", "private": false, "author": "https://github.com/weareopensource/Swift/graphs/contributors", "license": "MIT",