diff --git a/.sandstorm/sandstorm-pkgdef.capnp b/.sandstorm/sandstorm-pkgdef.capnp index d641022..1369a96 100644 --- a/.sandstorm/sandstorm-pkgdef.capnp +++ b/.sandstorm/sandstorm-pkgdef.capnp @@ -19,9 +19,9 @@ const pkgdef :Spk.PackageDefinition = ( appTitle = (defaultText = "Tube"), - appVersion = 0, # Increment this for every release. + appVersion = 1, # Increment this for every release. - appMarketingVersion = (defaultText = "0.0.1"), + appMarketingVersion = (defaultText = "1.1.13"), # Human-readable representation of appVersion. Should match the way you # identify versions of your app in documentation and marketing. diff --git a/templates/base.html b/templates/base.html index d0ba6ef..65fa38d 100644 --- a/templates/base.html +++ b/templates/base.html @@ -7,7 +7,6 @@ - diff --git a/templates/index.html b/templates/index.html index b6dcb81..641b164 100644 --- a/templates/index.html +++ b/templates/index.html @@ -3,7 +3,7 @@