Skip to content

Commit

Permalink
Remove reference to removed code.
Browse files Browse the repository at this point in the history
FossilOrigin-Name: e776edfd5ab3b56aa0189a9d169991c0c0e31a26
  • Loading branch information
jaccarmac committed Apr 1, 2015
1 parent bd9b2ea commit 44743df
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<widget id="com.jaccarmac.draftboys" version="0.4.2"
<widget id="com.jaccarmac.draftboys" version="0.4.3"
xmlns="http://www.w3.org/ns/widgets"
xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>DRAFTBOYS</name>
Expand Down
6 changes: 3 additions & 3 deletions draftboys.org
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ will help me practice Cordova, Nim, literate programming, and App Engine.
#+NAME: config.xml
#+BEGIN_SRC xml
<?xml version='1.0' encoding='utf-8'?>
<widget id="com.jaccarmac.draftboys" version="0.4.2"
<widget id="com.jaccarmac.draftboys" version="0.4.3"
xmlns="http://www.w3.org/ns/widgets"
xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>DRAFTBOYS</name>
Expand Down Expand Up @@ -147,8 +147,8 @@ will help me practice Cordova, Nim, literate programming, and App Engine.
~dom~.

This section will contain subsections as the app matures. For now, here is
some simple placeholder behavior. One important thing to note is the FFI
declaration and use of ~addEventListener~ to bind the ~deviceready~ event.
some simple placeholder behavior. A placeholder listener is bound to the
~deviceready~ event.

#+NAME: draftboys.nim-placeholder
#+BEGIN_SRC nim
Expand Down
2 changes: 1 addition & 1 deletion platforms/android/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<manifest android:hardwareAccelerated="true" android:versionCode="402" android:versionName="0.4.2" package="com.jaccarmac.draftboys" xmlns:android="http://schemas.android.com/apk/res/android">
<manifest android:hardwareAccelerated="true" android:versionCode="403" android:versionName="0.4.3" package="com.jaccarmac.draftboys" xmlns:android="http://schemas.android.com/apk/res/android">
<supports-screens android:anyDensity="true" android:largeScreens="true" android:normalScreens="true" android:resizeable="true" android:smallScreens="true" android:xlargeScreens="true" />
<uses-permission android:name="android.permission.INTERNET" />
<application android:hardwareAccelerated="true" android:icon="@drawable/icon" android:label="@string/app_name">
Expand Down
2 changes: 1 addition & 1 deletion platforms/android/res/xml/config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<widget id="com.jaccarmac.draftboys" version="0.4.2" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget id="com.jaccarmac.draftboys" version="0.4.3" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<preference name="loglevel" value="DEBUG" />
<name>DRAFTBOYS</name>
<description>
Expand Down

0 comments on commit 44743df

Please sign in to comment.