Skip to content

Commit

Permalink
1.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
perlatus committed Aug 3, 2018
1 parent 10f1bd0 commit 0dd0f93
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="us.perlat.e1547"
android:versionCode="2"
android:versionName="1.0.1-dev">
android:versionName="1.0.1">

<uses-sdk android:minSdkVersion="16" android:targetSdkVersion="27" />

Expand Down
2 changes: 1 addition & 1 deletion ios/Runner/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0.1-dev</string>
<string>1.0.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion lib/consts.dart
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
// along with this program. If not, see <http://www.gnu.org/licenses/>.

const String appName = 'e1547';
const String appVersion = '1.0.1-dev';
const String appVersion = '1.0.1';
const String defaultEndpoint = 'e926.net';
const String patreonCampaign = 'https://www.patreon.com/perlatus';
const String about = 'An app for e621 and e926 made with ♥ by perlatus';

0 comments on commit 0dd0f93

Please sign in to comment.