diff --git a/README.md b/README.md index 1bd8503..d50aad3 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@

-

+

+ + [![Release](https://img.shields.io/github/v/release/Snapp-Mobile/SnappDesignTokens)](https://github.com/Snapp-Mobile/SnappDesignTokens/releases) Platform Swift License -

+ +
+ # SnappDesignTokens @@ -48,7 +52,7 @@ Add SnappDesignTokens to your `Package.swift` file: ```swift dependencies: [ - .package(url: "https://github.com/Snapp-Mobile/SnappDesignTokens.git", from: "1.0.0") + .package(url: "https://github.com/Snapp-Mobile/SnappDesignTokens.git", from: "0.1.0") ] ```