From a6f11fcc8b7d0ff2587506cc8348588f19c6e70d Mon Sep 17 00:00:00 2001 From: William Casarin Date: Fri, 23 Dec 2022 17:21:06 -0800 Subject: [PATCH] Fix changelog --- CHANGELOG.md | 1 - damus.xcodeproj/project.pbxproj | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5aa783ab..fa869323 100644 --- 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 index cd4abe1d..ec4e33c9 100644 --- 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;