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

Commit

Permalink
Bump version to 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
albertodebortoli committed Apr 27, 2021
1 parent 9b1d747 commit 8065292
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Example/JustTweak.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@
name = "[CP-User] TweakAccessorGenerator";
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "$SRCROOT/../JustTweak/Assets/TweakAccessorGenerator.bundle/TweakAccessorGenerator \\\n -l $SRCROOT/JustTweak/TweakProviders/LocalTweaks_example.json \\\n -o $SRCROOT/JustTweak/Accessors/ \\\n -c $SRCROOT/JustTweak/CodeGeneration/\n";
shellScript = "$SRCROOT/../JustTweak/Assets/TweakAccessorGenerator.bundle/TweakAccessorGenerator \\\n -l $SRCROOT/JustTweak/TweakProviders/LocalTweaks_example.json \\\n -o $SRCROOT/JustTweak/Accessors/ \\\n -c $SRCROOT/JustTweak/CodeGeneration/";
};
D2F894A2A9B802CCF5D931F9 /* [CP] Check Pods Manifest.lock */ = {
isa = PBXShellScriptBuildPhase;
Expand Down
4 changes: 2 additions & 2 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- JustTweak (5.2.0)
- JustTweak (6.0.0)

DEPENDENCIES:
- JustTweak (from `../`)
Expand All @@ -9,7 +9,7 @@ EXTERNAL SOURCES:
:path: "../"

SPEC CHECKSUMS:
JustTweak: 8eb98832bb45457c962a63d1f33e3e025e4c57ea
JustTweak: 833eb7a6c21583ebd3388a4e2e91f355648ac564

PODFILE CHECKSUM: 5f9cf8c04d255b89415660583cf1d2a5b4c5a5ec

Expand Down
2 changes: 1 addition & 1 deletion JustTweak.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Pod::Spec.new do |s|
s.name = 'JustTweak'
s.version = '5.2.0'
s.version = '6.0.0'
s.summary = 'A framework for feature flagging, locally and remotely configure and A/B test iOS apps.'
s.description = <<-DESC
JustTweak is a framework for feature flagging, locally and remotely configure and A/B test iOS apps.
Expand Down

0 comments on commit 8065292

Please sign in to comment.