damus

nostr ios client
git clone git://jb55.com/damus
Log | Files | Refs | README | LICENSE

commit a6f11fcc8b7d0ff2587506cc8348588f19c6e70d
parent d55a47a6a8f667adc3df5cbd500d3fd7525f9a0d
Author: William Casarin <jb55@jb55.com>
Date:   Fri, 23 Dec 2022 17:21:06 -0800

Fix changelog

Diffstat:
MCHANGELOG.md | 1-
Mdamus.xcodeproj/project.pbxproj | 4++--
2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md @@ -9,7 +9,6 @@ - Increase like boop intensity - Don't auto-load follower count - - Add swipe gesture between posts and post & replies - Don't fetch followers right away ### Fixed diff --git a/damus.xcodeproj/project.pbxproj b/damus.xcodeproj/project.pbxproj @@ -1023,7 +1023,7 @@ CLANG_ENABLE_MODULES = YES; CODE_SIGN_ENTITLEMENTS = damus/damus.entitlements; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 1; + CURRENT_PROJECT_VERSION = 2; DEVELOPMENT_ASSET_PATHS = "\"damus/Preview Content\""; DEVELOPMENT_TEAM = XK7H4JAB3D; ENABLE_PREVIEWS = YES; @@ -1062,7 +1062,7 @@ CLANG_ENABLE_MODULES = YES; CODE_SIGN_ENTITLEMENTS = damus/damus.entitlements; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 1; + CURRENT_PROJECT_VERSION = 2; DEVELOPMENT_ASSET_PATHS = "\"damus/Preview Content\""; DEVELOPMENT_TEAM = XK7H4JAB3D; ENABLE_PREVIEWS = YES;