Skip to content

Commit

Permalink
622 (#25814)
Browse files Browse the repository at this point in the history
* 622

* plumb send form to root
  • Loading branch information
chrisnojima authored Jul 25, 2023
1 parent f9e8860 commit 787af63
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion go/libkb/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
package libkb

// Version is the current version (should be MAJOR.MINOR.PATCH)
const Version = "6.2.1"
const Version = "6.2.2"
2 changes: 1 addition & 1 deletion shared/actions/wallets.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1637,7 +1637,7 @@ const onTeamBuildingAdded = (_: Container.TypedState, action: TeamBuildingGen.Ad

const initWallets = () => {
Container.listenAction([WalletsGen.loadAccounts, WalletsGen.deletedAccount], loadAccounts)
Container.listenAction(WalletsGen.showTransaction, () =>
Container.listenAction([WalletsGen.showTransaction, WalletsGen.openSendRequestForm], () =>
RouteTreeGen.createNavigateAppend({path: ['walletOnboarding']})
)
Container.listenAction(WalletsGen.deleteAccount, deleteAccount)
Expand Down
2 changes: 1 addition & 1 deletion shared/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import com.android.build.OutputFile
import org.apache.tools.ant.taskdefs.condition.Os

// KB: app version
def VERSION_NAME = "6.2.1"
def VERSION_NAME = "6.2.2"

/**
* The react.gradle file registers a task for each build variant (e.g. bundleDebugJsAndAssets
Expand Down
2 changes: 1 addition & 1 deletion shared/ios/Keybase/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>6.2.1</string>
<string>6.2.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand Down
2 changes: 1 addition & 1 deletion shared/ios/KeybaseShare/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>XPC!</string>
<key>CFBundleShortVersionString</key>
<string>6.2.1</string>
<string>6.2.2</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>NSExtension</key>
Expand Down

0 comments on commit 787af63

Please sign in to comment.