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

Commit

Permalink
Prepare release to patch bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
bearjaw committed Jan 13, 2019
1 parent 32813bd commit cd86010
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Pod/Classes/BrowserTools.swift
Expand Up @@ -16,7 +16,7 @@ public struct RBSRequestConfig {

final class BrowserTools {

private static let localVersion = "v0.2.6"
private static let localVersion = "v0.2.7"

static func stringForProperty(_ property: Property, object: Object) -> String {
if property.isArray || property.type == .linkingObjects {
Expand Down
2 changes: 1 addition & 1 deletion RBSRealmBrowser.podspec
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = "RBSRealmBrowser"
s.version = "0.2.6"
s.version = "0.2.7"
s.summary = "RBSRealmBrowser is a a Realm browser which you can use in your Swift projects."

# This description is used to generate tags and improve search results.
Expand Down

0 comments on commit cd86010

Please sign in to comment.