From d8d6b689ba4b4b3ee99d5dd6371097dcdeeb0bed Mon Sep 17 00:00:00 2001 From: Ponylang Main Bot Date: Thu, 6 May 2021 12:15:09 +0000 Subject: [PATCH] 0.1.3 release --- CHANGELOG.md | 8 +------- VERSION | 2 +- corral.json | 2 +- 3 files changed, 3 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a6e63c..895ecb2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,13 +2,7 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a CHANGELOG](http://keepachangelog.com/). -## [unreleased] - unreleased - -### Fixed - - -### Added - +## [0.1.3] - 2021-05-06 ### Changed diff --git a/VERSION b/VERSION index d917d3e..b1e80bb 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.2 +0.1.3 diff --git a/corral.json b/corral.json index 9fc88da..51ae7fc 100644 --- a/corral.json +++ b/corral.json @@ -8,7 +8,7 @@ "homepage": "https://github.com/ponylang/appdirs", "license": "BSD-2-Clause", "documentation_url": "https://ponylang.github.io/appdirs/", - "version": "0.1.2", + "version": "0.1.3", "name": "appdirs" } }