Skip to content

Commit

Permalink
Updated minumum addy.io required
Browse files Browse the repository at this point in the history
  • Loading branch information
Stjin committed Jan 30, 2025
1 parent fffd4d2 commit 7a65edb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file not shown.
4 changes: 2 additions & 2 deletions addy_shared/addy_shared/AddyIo.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ public struct AddyIo {
// The versioncode is a combination of MAJOR MINOR PATCH
//TODO: Update on every release

// 1.3.0
// 1.3.1
public static let MINIMUMVERSIONCODEMAJOR = 1
public static let MINIMUMVERSIONCODEMINOR = 3
public static let MINIMUMVERSIONCODEPATCH = 0
public static let MINIMUMVERSIONCODEPATCH = 1

public static var VERSIONMAJOR = 0
public static var VERSIONMINOR = 0
Expand Down

0 comments on commit 7a65edb

Please sign in to comment.