Skip to content

Commit

Permalink
Fix versioning (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
sboh1214 authored Sep 30, 2020
1 parent 0ef17e1 commit bb570f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ let package = Package(
// .package(url: /* package url */, from: "1.0.0"),
.package(
url: "https://github.com/CoreOffice/OLEKit.git",
.revision("14c4e245519cfd9b822f7e365734b6e08e092503")
.exact("0.2.0")
),
.package(
url: "https://github.com/mw99/DataCompression.git",
Expand Down

0 comments on commit bb570f5

Please sign in to comment.