From 51f4f1d7ae6e567ddead5ddba7e1cb9d34935e8d Mon Sep 17 00:00:00 2001 From: Ross Light Date: Wed, 29 Jun 2016 20:57:09 -0700 Subject: [PATCH] bump version to 1.0.6 --- changelog.md | 4 ++++ sandstorm-pkgdef.capnp | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index 0a9fdef..5996c21 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,7 @@ +# 1.0.6 + +- Rebuild Filedrop with Sandstorm 0.169 ([issue #14](https://github.com/zombiezen/filedrop/issues/14)) + # 1.0.5 - Rebuild Filedrop with Sandstorm 0.166 ([issue #13](https://github.com/zombiezen/filedrop/issues/13)) diff --git a/sandstorm-pkgdef.capnp b/sandstorm-pkgdef.capnp index b1d5d08..0ca0091 100644 --- a/sandstorm-pkgdef.capnp +++ b/sandstorm-pkgdef.capnp @@ -30,9 +30,9 @@ const pkgdef :Spk.PackageDefinition = ( manifest = ( appTitle = (defaultText = "FileDrop"), - appVersion = 6, # Increment this for every release. + appVersion = 7, # Increment this for every release. - appMarketingVersion = (defaultText = "1.0.5"), + appMarketingVersion = (defaultText = "1.0.6"), # Human-readable representation of appVersion. Should match the way you # identify versions of your app in documentation and marketing.