Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

Commit

Permalink
Set version to 0.1.4-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
Defxult committed Oct 10, 2023
1 parent 7d24b2b commit 89b08a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
</p>

<p align="center">
<img src="https://img.shields.io/static/v1?label=version&style=for-the-badge&message=0.1.3-beta&color=ff992b">
<img src="https://img.shields.io/static/v1?label=version&style=for-the-badge&message=0.1.4-beta&color=ff992b">
<a href="https://discord-swift.gitbook.io/discord.swift/overview/getting-started"><img src="https://img.shields.io/static/v1?label=guide&style=for-the-badge&message=gitbook&color=5865f2"></a>
</p>

Expand Down
2 changes: 1 addition & 1 deletion Sources/Discord/Discord.swift
Original file line number Diff line number Diff line change
Expand Up @@ -699,7 +699,7 @@ public struct CacheManager {
public struct Version : CustomStringConvertible {
public let major = 0
public let minor = 1
public let patch = 3
public let patch = 4
public let releaseLevel = ReleaseLevel.beta

/// The string representation of the library version.
Expand Down

0 comments on commit 89b08a8

Please sign in to comment.