diff --git a/Emome/Base.lproj/Main.storyboard b/Emome/Base.lproj/Main.storyboard
index 5a012ce..cc652d2 100644
--- a/Emome/Base.lproj/Main.storyboard
+++ b/Emome/Base.lproj/Main.storyboard
@@ -27,8 +27,8 @@
-
-
+
+
@@ -39,7 +39,7 @@
-
+
@@ -51,7 +51,7 @@
-
+
diff --git a/Emome/Info.plist b/Emome/Info.plist
index 9e3f3cc..91846bf 100644
--- a/Emome/Info.plist
+++ b/Emome/Info.plist
@@ -17,7 +17,7 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 0.3.1
+ 0.3.2
CFBundleSignature
????
CFBundleURLTypes
diff --git a/EmomeUITests/EmomeUITests.swift b/EmomeUITests/EmomeUITests.swift
index 6743c50..5d196e7 100644
--- a/EmomeUITests/EmomeUITests.swift
+++ b/EmomeUITests/EmomeUITests.swift
@@ -32,7 +32,7 @@ class EmomeUITests: XCTestCase {
let app = XCUIApplication()
- XCTAssert(app.buttons["express"].exists)
+ XCTAssert(app.buttons["consult"].exists)
XCTAssert(app.buttons["suggest"].exists)
XCTAssert(app.buttons["me"].exists)
}
@@ -41,7 +41,7 @@ class EmomeUITests: XCTestCase {
let app = XCUIApplication()
- app.buttons["express"].tap()
+ app.buttons["consult"].tap()
XCTAssert(app.buttons["sad"].exists)
XCTAssert(app.buttons["frustrated"].exists)