Skip to content

Commit

Permalink
Change isDevelop flag to release 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
taji-taji committed Aug 27, 2022
1 parent 41dc977 commit 6b14c32
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 @@ -3,7 +3,7 @@

import PackageDescription

let isDevelop = true
let isDevelop = false

let developProducts: [Product] = isDevelop ? [
.library(
Expand Down

0 comments on commit 6b14c32

Please sign in to comment.