From d4223a9ef70085df4330af881d93a93d7ccf07e0 Mon Sep 17 00:00:00 2001 From: Jacob Weisz Date: Sat, 1 Oct 2022 05:21:40 +0000 Subject: Remove external FontAwesome dependency (#30) This fixes #28. Since we only use a single FontAwesome, I decided to just use the SVG (which FontAwesome considers the code comment within appropriate attribution). I further decided "screw it, let's inline it", because it avoids unnecessary complexity, and we can always punt it out to another file later if we need to. Co-authored-by: Jacob Weisz Reviewed-on: https://git.mills.io/prologic/tube/pulls/30 Co-authored-by: Jacob Weisz Co-committed-by: Jacob Weisz --- .sandstorm/sandstorm-pkgdef.capnp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.sandstorm') 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. -- cgit v1.2.3