diff --git a/.sandstorm/sandstorm-pkgdef.capnp b/.sandstorm/sandstorm-pkgdef.capnp index 6730805c6..011799ec0 100644 --- a/.sandstorm/sandstorm-pkgdef.capnp +++ b/.sandstorm/sandstorm-pkgdef.capnp @@ -19,9 +19,9 @@ const pkgdef :Spk.PackageDefinition = ( appTitle = (defaultText = "HLedger Web"), - appVersion = 1, # Increment this for every release. + appVersion = 2, # Increment this for every release. - appMarketingVersion = (defaultText = "1.0.1-sandstorm1"), + appMarketingVersion = (defaultText = "1.1-sandstorm2"), # Human-readable representation of appVersion. Should match the way you # identify versions of your app in documentation and marketing.